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.

16 lines
553 B

3 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <record model="ir.ui.view" id="product_template_form_view">
  4. <field name="name">product.template.product.coupon.form</field>
  5. <field name="model">product.template</field>
  6. <field name="inherit_id" ref="website_sale.product_template_form_view"/>
  7. <field name="arch" type="xml">
  8. <div name="options" position="inside">
  9. <div>
  10. <field name="is_coupon"/>
  11. </div>
  12. </div>
  13. </field>
  14. </record>
  15. </odoo>