[IMP]pms: bank_statements property compute

This commit is contained in:
Darío Lodeiros
2022-02-18 18:46:25 +01:00
parent a9326a52c9
commit d8aad956ec
2 changed files with 24 additions and 6 deletions

View File

@@ -4,9 +4,16 @@
<field name="model">account.bank.statement</field>
<field name="inherit_id" ref="account.view_bank_statement_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='company_id']" position="after">
<field name="pms_property_id" />
</xpath>
<xpath expr="//field[@name='ref']" position="after">
<field name="pms_property_id" invisible="1" />
<field name="folio_ids" widget="many2many_tags" optional="hidden" />
</xpath>
</field>
</record>
</odoo>