Skip to content

Commit 3f006e0

Browse files
committed
[IMP] mrp_production_stencil_product: pre-commit stuff
1 parent 9738c3f commit 3f006e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mrp_production_stencil_product/views/mrp_bom_views.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<page name="miscellaneous" position="after">
88
<page name="stencil-products" string="Stencil products">
99
<field name="stencil_product_ids" nolabel="1">
10-
<tree string="Stencil products" editable="bottom">
10+
<tree editable="bottom">
1111
<field name="bom_id" invisible="1" />
1212
<field
1313
name="product_id"

mrp_production_stencil_product/views/mrp_production_views.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<page name="components" position="after">
88
<page name="stencil-products" string="Stencil products">
99
<field name="stencil_product_ids" nolabel="1">
10-
<tree string="Stencil products">
10+
<tree>
1111
<field name="bom_id" invisible="1" />
1212
<field
1313
name="product_id"

0 commit comments

Comments
 (0)