[IMP]pms: pms_property in line_ids form view account move

This commit is contained in:
Darío Lodeiros
2022-03-20 11:32:08 +01:00
parent 418b1f00dc
commit 931c68840f

View File

@@ -19,13 +19,27 @@
<xpath expr="//field[@name='invoice_user_id']" position="before">
<field name="origin_agency_id" />
</xpath>
<xpath expr="//field[@name='quantity']" position="before">
<xpath
expr="//field[@name='invoice_line_ids']/tree/field[@name='quantity']"
position="before"
>
<field name="name_changed_by_user" invisible="1" />
<field
name="pms_property_id"
attrs="{'column_invisible':[('parent.pms_property_id','!=',False)]}"
/>
</xpath>
<xpath
expr="//notebook//field[@name='line_ids']/tree/field[@name='date_maturity']"
position="after"
>
<field name="name_changed_by_user" invisible="1" />
<field
name="pms_property_id"
attrs="{'column_invisible':[('parent.pms_property_id','!=',False)]}"
optional="hide"
/>
</xpath>
</field>
</record>