Skip to content

Commit

Permalink
[IMP] mrp_production_stencil_product: pre-commit stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane committed Jul 4, 2024
1 parent 9738c3f commit 3f006e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mrp_production_stencil_product/views/mrp_bom_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<page name="miscellaneous" position="after">
<page name="stencil-products" string="Stencil products">
<field name="stencil_product_ids" nolabel="1">
<tree string="Stencil products" editable="bottom">
<tree editable="bottom">
<field name="bom_id" invisible="1" />
<field
name="product_id"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<page name="components" position="after">
<page name="stencil-products" string="Stencil products">
<field name="stencil_product_ids" nolabel="1">
<tree string="Stencil products">
<tree>
<field name="bom_id" invisible="1" />
<field
name="product_id"
Expand Down

0 comments on commit 3f006e0

Please sign in to comment.