mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
IMP account_payment_disperse wizard's "invoice_id" field is now readonly.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<tree editable="bottom" create="false">
|
||||
<field name="wizard_id" invisible="1"/>
|
||||
<field name="partner_id" readonly="1"/>
|
||||
<field name="invoice_id"/>
|
||||
<field name="invoice_id" readonly="1" force_save="1"/>
|
||||
<field name="residual" readonly="1" sum="Total Residual"/>
|
||||
<field name="residual_due" readonly="1" sum="Total Due"/>
|
||||
<field name="amount" sum="Total Amount"/>
|
||||
|
||||
Reference in New Issue
Block a user