Skip to content

Commit 0a4a79b

Browse files
committed
change visibility of the field Label in tree view
1 parent df39592 commit 0a4a79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inventory_custom_module/product_views.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<field name="inherit_id" ref="product.product_template_tree_view"/>
2020
<field name="arch" type="xml">
2121
<xpath expr="//field[@name='barcode']" position="after">
22-
<field name="label" invisible="1"/>
22+
<field name="label" optional="hide"/>
2323
</xpath>
2424
</field>
2525
</record>

0 commit comments

Comments
 (0)