[MIG] product_harmonized_system_stock: Migration to 13.0

This commit is contained in:
Guewen Baconnier
2020-01-09 08:19:33 +01:00
parent 86a7ec48dc
commit f4ee8c38c5
4 changed files with 9 additions and 2 deletions

View File

@@ -9,4 +9,4 @@ line_length=88
known_odoo=odoo
known_odoo_addons=odoo.addons
sections=FUTURE,STDLIB,THIRDPARTY,ODOO,ODOO_ADDONS,FIRSTPARTY,LOCALFOLDER
known_third_party=
known_third_party=setuptools

View File

@@ -4,7 +4,7 @@
{
"name": "Product Harmonized System (menu entry)",
"version": "12.0.1.0.0",
"version": "13.0.1.0.0",
"category": "Reporting",
"license": "AGPL-3",
"summary": "Adds a menu entry for H.S. codes",

View File

@@ -0,0 +1 @@
../../../../product_harmonized_system_stock

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)