Skip to content

Commit

Permalink
[FIX] mrp_bom_component_menu: Fix migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaisLForgeFlow committed Mar 8, 2024
1 parent 0f6b343 commit 8ee7901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mrp_bom_component_menu/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-19 ForgeFlow, S.L.
# Copyright 2017-2024 ForgeFlow, S.L.
# (<https://www.forgeflow.com>)
# Copyright 2019 Rubén Bravo <rubenred18@gmail.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
Expand Down
2 changes: 1 addition & 1 deletion mrp_bom_component_menu/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To use this module, you need to:

1. Go to menu *Manufacturing -\> Master Data -\> Bill of Material
1. Go to menu *Manufacturing -\> Products -\> Bill of Material
Components*.
2 changes: 1 addition & 1 deletion mrp_bom_component_menu/views/mrp_bom_component_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<field name="name">mrp.bom.line.tree.view</field>
<field name="model">mrp.bom.line</field>
<field name="arch" type="xml">
<tree create="0">
<tree create="0" delete="0">
<field name="bom_id" />
<field name="product_id" />
<field name="product_qty" />
Expand Down

0 comments on commit 8ee7901

Please sign in to comment.