Add partial reconcile field in account move line tree view
This commit is contained in:
@@ -132,6 +132,13 @@
|
|||||||
<field name="analytic_account_id" position="attributes">
|
<field name="analytic_account_id" position="attributes">
|
||||||
<attribute name="invisible"></attribute>
|
<attribute name="invisible"></attribute>
|
||||||
</field>
|
</field>
|
||||||
|
<field name="reconcile_ref" position="attributes">
|
||||||
|
<attribute name="invisible">1</attribute>
|
||||||
|
</field>
|
||||||
|
<field name="reconcile_ref" position="after">
|
||||||
|
<field name="reconcile_id"/>
|
||||||
|
<field name="reconcile_partial_id"/>
|
||||||
|
</field>
|
||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user