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.
 
 
 
 
 

15 lines
688 B

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<record id="view_product_template_form_popular" model="ir.ui.view">
<field name="name">product.template.form.popular</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_only_form_view"/>
<field name="arch" type="xml">
<!-- Add the field after Ribbon in eCommerce section -->
<xpath expr="//field[@name='website_ribbon_id']" position="after">
<field name="is_popular" />
<field name="popular_product_count" invisible="not is_popular"/>
</xpath>
</field>
</record>
</odoo>