Browse Source

[IMP] Makes pos_categ_id field invisible instead of discard it

pull/20/head
Sylvain Calador 10 years ago
parent
commit
229088e297
  1. 4
      pos_product_category/point_of_sale_view.xml

4
pos_product_category/point_of_sale_view.xml

@ -7,7 +7,9 @@
<field name="inherit_id" ref="product.product_template_form_view"/>
<field name="priority" eval="100"/>
<field name="arch" type="xml">
<field name="pos_categ_id" position="replace"/>
<field name="pos_categ_id" position="attributes">
<attribute name="invisible">1</attribute>
</field>
</field>
</record>
<record id="point_of_sale.product_pos_category_action" model="ir.actions.act_window">

Loading…
Cancel
Save