diff --git a/product_harmonized_system_stock/README.rst b/product_harmonized_system_stock/README.rst new file mode 100644 index 0000000..282f2de --- /dev/null +++ b/product_harmonized_system_stock/README.rst @@ -0,0 +1,73 @@ +====================================== +Product Harmonized System (menu entry) +====================================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fintrastat--extrastat-lightgray.png?logo=github + :target: https://github.com/OCA/intrastat-extrastat/tree/13.0/product_harmonized_system_stock + :alt: OCA/intrastat-extrastat +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/intrastat-extrastat-13-0/intrastat-extrastat-13-0-product_harmonized_system_stock + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/227/13.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds a menu entry for H.S. Codes. This menu entry is available under *Inventory > Configuration > Products*. + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Akretion + +Contributors +~~~~~~~~~~~~ + +* Alexis de Lattre + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/intrastat-extrastat `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. 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..2039eae --- /dev/null +++ b/product_harmonized_system_stock/__manifest__.py @@ -0,0 +1,18 @@ +# Copyright 2019-2020 Akretion France (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": "14.0.1.0.0", + "category": "Reporting", + "license": "AGPL-3", + "summary": "Adds a menu entry for H.S. codes", + "author": "Akretion, Odoo Community Association (OCA)", + "maintainers": ["alexis-via", "luc-demeyer"], + "website": "https://github.com/OCA/intrastat-extrastat", + "depends": ["product_harmonized_system", "stock"], + "data": ["views/hs_code_menu.xml"], + "installable": True, + "auto_install": True, +} diff --git a/product_harmonized_system_stock/i18n/es.po b/product_harmonized_system_stock/i18n/es.po new file mode 100644 index 0000000..bdb8922 --- /dev/null +++ b/product_harmonized_system_stock/i18n/es.po @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_harmonized_system_stock +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2019-12-24 19:05+0000\n" +"Last-Translator: Galoperd \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.9.1\n" + +#. module: product_harmonized_system_stock +#: model:ir.ui.menu,name:product_harmonized_system_stock.hs_code_menu +msgid "H.S. Codes" +msgstr "Códigos HS" diff --git a/product_harmonized_system_stock/i18n/product_harmonized_system_stock.pot b/product_harmonized_system_stock/i18n/product_harmonized_system_stock.pot new file mode 100644 index 0000000..d369c6c --- /dev/null +++ b/product_harmonized_system_stock/i18n/product_harmonized_system_stock.pot @@ -0,0 +1,19 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_harmonized_system_stock +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: product_harmonized_system_stock +#: model:ir.ui.menu,name:product_harmonized_system_stock.hs_code_menu +msgid "H.S. Codes" +msgstr "" 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..7515984 --- /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/static/description/icon.png b/product_harmonized_system_stock/static/description/icon.png new file mode 100644 index 0000000..3a0328b Binary files /dev/null and b/product_harmonized_system_stock/static/description/icon.png differ diff --git a/product_harmonized_system_stock/static/description/index.html b/product_harmonized_system_stock/static/description/index.html new file mode 100644 index 0000000..56c6236 --- /dev/null +++ b/product_harmonized_system_stock/static/description/index.html @@ -0,0 +1,419 @@ + + + + + + +Product Harmonized System (menu entry) + + + +
+

Product Harmonized System (menu entry)

+ + +

Beta License: AGPL-3 OCA/intrastat-extrastat Translate me on Weblate Try me on Runbot

+

This module adds a menu entry for H.S. Codes. This menu entry is available under Inventory > Configuration > Products.

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Akretion
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/intrastat-extrastat project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + 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..11e1dc5 --- /dev/null +++ b/product_harmonized_system_stock/views/hs_code_menu.xml @@ -0,0 +1,15 @@ + + + + + +