|
|
@ -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"> |
|
|
|