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.

19 lines
813 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <record id="product_template_form_view" model="ir.ui.view">
  5. <field name="name">product.template.form.inherit</field>
  6. <field name="model">product.template</field>
  7. <field name="inherit_id" ref="product.product_template_form_view"/>
  8. <field name="priority" eval="100"/>
  9. <field name="arch" type="xml">
  10. <field name="pos_categ_id" position="attributes">
  11. <attribute name="invisible">1</attribute>
  12. </field>
  13. </field>
  14. </record>
  15. <record id="point_of_sale.product_pos_category_action" model="ir.actions.act_window">
  16. <field name="res_model">product.category</field>
  17. </record>
  18. </data>
  19. </openerp>