Skip to content

Commit

Permalink
[16.0][IMP] product_last_mrp_cost_info: Change dependency "mrp_stock_…
Browse files Browse the repository at this point in the history
…move_cost" to "mrp_production_cost".
  • Loading branch information
alfredoavanzosc committed Oct 23, 2024
1 parent 4bebe45 commit abdb141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions product_last_mrp_cost_info/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Product Last MRP Cost Info",
"version": "16.0.1.0.0",
"version": "16.0.1.1.0",
"license": "AGPL-3",
"category": "Manufacturing",
"author": "Avanzosc",
"website": "https://github.com/avanzosc/mrp-addons",
"depends": [
"product_last_mrp_info",
"mrp_stock_move_cost",
"mrp_production_cost",
],
"data": ["views/product_product_views.xml"],
"installable": True,
Expand Down

0 comments on commit abdb141

Please sign in to comment.