mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[IMP]pms: property checks
This commit is contained in:
@@ -6,10 +6,15 @@
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='invoice_date']" position="after">
|
||||
<field name="folio_ids" widget="many2many_tags" />
|
||||
<field name="pms_property_id" invisible="1" />
|
||||
<field name="pms_property_id" />
|
||||
</xpath>
|
||||
|
||||
<xpath expr="//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>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user