Skip to content

Commit

Permalink
[MIG] mrp_production_cost: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oihane committed Jun 28, 2024
1 parent 11f68e0 commit d05bf2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mrp_production_cost/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"name": "MRP Production Cost",
"author": "AvanzOSC",
"website": "https://github.com/avanzosc/mrp-addons",
"category": "MRP",
"category": "Manufacturing/Manufacturing",
"license": "AGPL-3",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"depends": [
"product",
"mrp",
Expand Down
1 change: 1 addition & 0 deletions setup/mrp_production_cost/odoo/addons/mrp_production_cost
6 changes: 6 additions & 0 deletions setup/mrp_production_cost/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit d05bf2d

Please sign in to comment.