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.
 
 
 
 
 

22 lines
969 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="product_template_only_form_view" model="ir.ui.view">
<field name="name">product.template.view.form.inherit.theme.voltro
</field>
<field name="model">product.template</field>
<field name="inherit_id"
ref="product.product_template_only_form_view"/>
<field name="arch" type="xml">
<!-- Place it below Sales Description -->
<xpath expr="//page[@name='sales']" position="inside">
<group>
<group string="Product Highlights" name="Highlights">
<field colspan="2" name="product_highlights"
nolabel="1"
placeholder="This note is added to the Highlights section of the product page on the website."/>
</group>
</group>
</xpath>
</field>
</record>
</odoo>