mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
19 lines
659 B
XML
19 lines
659 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
|
|
<record id="view_account_analytic_line_tree_inherit_account" model="ir.ui.view">
|
|
<field name="name">account.analytic.line.tree.inherit.account</field>
|
|
<field name="model">account.analytic.line</field>
|
|
<field
|
|
name="inherit_id"
|
|
ref="account.view_account_analytic_line_tree_inherit_account"
|
|
/>
|
|
<field name="arch" type="xml">
|
|
<field name="product_id" position="after">
|
|
<field name="pms_property_id" optional="show" />
|
|
</field>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|