Skip to content

Commit ce817ab

Browse files
[MIG] product_category_code : Migration to 16.0
1 parent 2eff563 commit ce817ab

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

product_category_code/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "Product Category Code",
66
"summary": """
77
Allows to define a code on product categories""",
8-
"version": "15.0.1.0.0",
8+
"version": "16.0.1.0.0",
99
"license": "AGPL-3",
1010
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
1111
"maintainers": ["rousseldenis"],
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../product_category_code

setup/product_category_code/setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

0 commit comments

Comments
 (0)