mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] Reconciliation Date Not Showing
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<field name="inherit_id" ref="account.invoice_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="date_due" position="after">
|
||||
<field name="reconciliation_date" invisible="[('reconciliation_date', '=', False)]"/>
|
||||
<field name="reconciliation_date" attrs="{'invisible': [('reconciliation_date', '=', False)]}"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<field name="inherit_id" ref="account.view_account_payment_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<field name="payment_date" position="after">
|
||||
<field name="reconciliation_date" invisible="[('reconciliation_date', '=', False)]"/>
|
||||
<field name="reconciliation_date" attrs="{'invisible': [('reconciliation_date', '=', False)]}"/>
|
||||
</field>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user