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
617 B

<odoo>
<data>
<!--Configuration View-->
<record id="base_new_layout" model="ir.ui.view">
<field name="name">base.layout.new</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"/>
<field name="document_layout_id"/>
</field>
</field>
</record>
</data>
</odoo>