mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
13 lines
441 B
XML
13 lines
441 B
XML
<?xml version="1.0" ?>
|
|
<odoo>
|
|
<record id="bank_statement_form" model="ir.ui.view">
|
|
<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>
|
|
</field>
|
|
</record>
|
|
</odoo>
|