Browse Source

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

pull/380/merge
Cybrosys Technologies 5 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"> <field name="arch" type="xml">
<xpath expr="//field[@name='standard_price']" <xpath expr="//field[@name='standard_price']"
position="attributes"> position="attributes">
<attribute name="groups">hide_cost_price.groups_iew_cost_price <attribute name="groups">hide_cost_price.groups_view_cost_price
</attribute> </attribute>
</xpath> </xpath>
</field> </field>

Loading…
Cancel
Save