account_usability: add optional=show on currency_id on move lines

This commit is contained in:
Alexis de Lattre
2022-08-06 09:18:04 +02:00
parent a69556bad0
commit 01e209ed43

View File

@@ -38,6 +38,9 @@
<xpath expr="//field[@name='line_ids']/tree/field[@name='analytic_account_id']" position="attributes"> <xpath expr="//field[@name='line_ids']/tree/field[@name='analytic_account_id']" position="attributes">
<attribute name="optional">show</attribute> <attribute name="optional">show</attribute>
</xpath> </xpath>
<xpath expr="//field[@name='line_ids']/tree/field[@name='currency_id']" position="attributes">
<attribute name="optional">show</attribute>
</xpath>
<xpath expr="//field[@name='line_ids']/tree/field[@name='tax_tag_ids']" position="after"> <xpath expr="//field[@name='line_ids']/tree/field[@name='tax_tag_ids']" position="after">
<field name="matching_number" optional="hide"/> <field name="matching_number" optional="hide"/>
<field name="reconcile_string" optional="show"/> <field name="reconcile_string" optional="show"/>