diff --git a/product_harmonized_system_stock/__init__.py b/product_harmonized_system_stock/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/product_harmonized_system_stock/__manifest__.py b/product_harmonized_system_stock/__manifest__.py new file mode 100644 index 0000000..b5622b6 --- /dev/null +++ b/product_harmonized_system_stock/__manifest__.py @@ -0,0 +1,18 @@ +# Copyright 2019 Akretion (http://www.akretion.com) +# @author Alexis de Lattre +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Product Harmonized System (menu entry)', + 'version': '12.0.1.0.0', + 'category': 'Reporting', + 'license': 'AGPL-3', + 'summary': 'Adds a menu entry for H.S. codes', + 'author': 'Akretion, Odoo Community Association (OCA)', + 'depends': ['product_harmonized_system', 'stock'], + 'data': [ + 'views/hs_code_menu.xml', + ], + 'installable': True, + 'auto_install': True, +} diff --git a/product_harmonized_system_stock/readme/CONTRIBUTORS.rst b/product_harmonized_system_stock/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..ff65d68 --- /dev/null +++ b/product_harmonized_system_stock/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Alexis de Lattre diff --git a/product_harmonized_system_stock/readme/DESCRIPTION.rst b/product_harmonized_system_stock/readme/DESCRIPTION.rst new file mode 100644 index 0000000..dedcde1 --- /dev/null +++ b/product_harmonized_system_stock/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds a menu entry for H.S. Codes. This menu entry is available under *Inventory > Configuration > Products*. diff --git a/product_harmonized_system_stock/views/hs_code_menu.xml b/product_harmonized_system_stock/views/hs_code_menu.xml new file mode 100644 index 0000000..483b170 --- /dev/null +++ b/product_harmonized_system_stock/views/hs_code_menu.xml @@ -0,0 +1,14 @@ + + + + + + + + +