Browse Source

July 28: [FIX] Bug Fixed 'hide_cost_price''

16.0
Cybrosys Technologies 2 days ago
parent
commit
f09e1596d5
  1. 2
      hide_cost_price/views/product_template_view.xml

2
hide_cost_price/views/product_template_view.xml

@ -31,7 +31,7 @@
<field name="arch" type="xml">
<xpath expr="//field[@name='standard_price']"
position="attributes">
<attribute name="groups">hide_cost_price.groups_iew_cost_price
<attribute name="groups">hide_cost_price.groups_view_cost_price
</attribute>
</xpath>
</field>

Loading…
Cancel
Save