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.
 
 
 
 
 

17 lines
645 B

<odoo>
<data>
<!--Configuration View-->
<record id="base_layout_purchase" model="ir.ui.view">
<field name="name">base.layout.purchase</field>
<field name="model">base.document.layout</field>
<field name="inherit_id" ref="web.view_base_document_layout"/>
<field name="arch" type="xml">
<field name="paperformat_id"
position="after">
<field name="base_layout_purchase"/>
<field name="document_layout_id_purchase"/>
</field>
</field>
</record>
</data>
</odoo>