[IMP] account_payment_order: Apply readonly=True to Payment Date field of transactions

Transactions (payment_line_ids) are readonly=True when the payment order is confirmed
This commit is contained in:
Víctor Martínez
2024-06-17 16:47:17 +02:00
parent 93a3644c6b
commit 8b8e6ceff9

View File

@@ -19,7 +19,7 @@
domain="[('reconciled','=', False), ('account_id.reconcile', '=', True)] "
/>
<!-- we removed the filter on amount_to_pay, because we want to be able to select refunds -->
<field name="date" />
<field name="date" readonly="1" force_save="1" />
<field name="ml_maturity_date" readonly="1" />
<field name="amount_currency" />
<field name="currency_id" />