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

  1. <?xml version="1.0"?>
  2. <odoo>
  3. <record model="ir.ui.view" id="product_template_serviceprofile_form_view">
  4. <field name="name">product.template.common.serviceprofile.ok.form</field>
  5. <field name="model">product.template</field>
  6. <field name="inherit_id" ref="product.product_template_form_view"/>
  7. <field name="arch" type="xml">
  8. <div name="options" position="inside">
  9. <div>
  10. <field name="serviceprofile_ok"/>
  11. <label for="serviceprofile_ok"/>
  12. </div>
  13. </div>
  14. </field>
  15. </record>
  16. </odoo>