summaryrefslogtreecommitdiff
path: root/addons/event_sale/views/product_views.xml
blob: bae39fba4512d370babda6b523d9ef8be113aa42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<odoo>
        <record id="event_sale_product_template_form" model="ir.ui.view">
             <field name="name">product.template.event.form.inherit</field>
             <field name="model">product.template</field>
             <field name="inherit_id" ref="product.product_template_form_view" />
             <field name="arch" type="xml">
                <group name="sale" position="inside">
                    <group string="Events">
                        <field name="event_ok" />
                    </group>
                </group>
             </field>
        </record>
</odoo>