Merge PR #1299 into 15.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2024-06-19 09:36:27 +00:00

View File

@@ -18,11 +18,7 @@
/>
<!-- we removed the filter on amount_to_pay, because we want to be able to select refunds -->
<field name="state" invisible="1" />
<field
name="date"
attrs="{'readonly': [('state', '!=', 'confirmed')]}"
force_save="1"
/>
<field name="date" readonly="1" force_save="1" />
<field name="ml_maturity_date" readonly="1" />
<field name="amount_currency" />
<field name="currency_id" />