You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<odoo>
|
|
<record id="opendons_product_template_form_view" model="ir.ui.view">
|
|
<field name="name">opendons.product.template.form</field>
|
|
<field name="model">product.template</field>
|
|
<field name="inherit_id" ref="product.product_template_form_view" />
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//group[@name='payables']" position="after">
|
|
<group>
|
|
<field name="analytic_account_id"/>
|
|
</group>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|