We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df39592 commit 0a4a79bCopy full SHA for 0a4a79b
inventory_custom_module/product_views.xml
@@ -19,7 +19,7 @@
19
<field name="inherit_id" ref="product.product_template_tree_view"/>
20
<field name="arch" type="xml">
21
<xpath expr="//field[@name='barcode']" position="after">
22
- <field name="label" invisible="1"/>
+ <field name="label" optional="hide"/>
23
</xpath>
24
</field>
25
</record>
0 commit comments