diff --git a/intrastat_product_generic/README.rst b/intrastat_product_generic/README.rst new file mode 100644 index 000000000..185100a3b --- /dev/null +++ b/intrastat_product_generic/README.rst @@ -0,0 +1,80 @@ +===================================== +Generic Intrastat Product Declaration +===================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:e47b7eadac8b71d6e2da99e4b22d865d30067e76a6dc3d7d8035c64b4e137d3a + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/17.0/intrastat_product_generic + :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-17-0/intrastat-extrastat-17-0-intrastat_product_generic + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/intrastat-extrastat&target_branch=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds a menu entry for a Generic Intrastat Product +Declaration. This is useful to cover countries for which there is no +localization module. + +**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 to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Noviat + +Contributors +------------ + +- Luc De Meyer +- Denis Roussel +- Aiendry Sarkar + +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/intrastat_product_generic/__init__.py b/intrastat_product_generic/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/intrastat_product_generic/__manifest__.py b/intrastat_product_generic/__manifest__.py new file mode 100644 index 000000000..69f6015ab --- /dev/null +++ b/intrastat_product_generic/__manifest__.py @@ -0,0 +1,14 @@ +# Copyright 2009-2020 Noviat. +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Generic Intrastat Product Declaration", + "version": "17.0.1.0.0", + "category": "Accounting & Finance", + "website": "https://github.com/OCA/intrastat-extrastat", + "author": "Noviat," "Odoo Community Association (OCA)", + "license": "AGPL-3", + "installable": True, + "depends": ["intrastat_product"], + "data": ["security/intrastat_security.xml", "views/intrastat_product.xml"], +} diff --git a/intrastat_product_generic/i18n/es.po b/intrastat_product_generic/i18n/es.po new file mode 100644 index 000000000..5ed22b191 --- /dev/null +++ b/intrastat_product_generic/i18n/es.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * intrastat_product_generic +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-06-27 09:27+0000\n" +"PO-Revision-Date: 2023-06-27 09:27+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: intrastat_product_generic +#: model:ir.actions.act_window,name:intrastat_product_generic.intrastat_product_declaration_action_generic +#: model:ir.ui.menu,name:intrastat_product_generic.intrastat_product_declaration_menu_generic +#: model:res.groups,name:intrastat_product_generic.group_intrastat_product_generic +msgid "Generic Intrastat Product Declaration" +msgstr "Declaración Genérica Intrastat de Productos" diff --git a/intrastat_product_generic/i18n/intrastat_product_generic.pot b/intrastat_product_generic/i18n/intrastat_product_generic.pot new file mode 100644 index 000000000..415b6e7ee --- /dev/null +++ b/intrastat_product_generic/i18n/intrastat_product_generic.pot @@ -0,0 +1,21 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * intrastat_product_generic +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.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: intrastat_product_generic +#: model:ir.actions.act_window,name:intrastat_product_generic.intrastat_product_declaration_action_generic +#: model:ir.ui.menu,name:intrastat_product_generic.intrastat_product_declaration_menu_generic +#: model:res.groups,name:intrastat_product_generic.group_intrastat_product_generic +msgid "Generic Intrastat Product Declaration" +msgstr "" diff --git a/intrastat_product_generic/i18n/it.po b/intrastat_product_generic/i18n/it.po new file mode 100644 index 000000000..d9cc873d1 --- /dev/null +++ b/intrastat_product_generic/i18n/it.po @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * intrastat_product_generic +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2024-01-26 11:35+0000\n" +"Last-Translator: mymage \n" +"Language-Team: none\n" +"Language: it\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 4.17\n" + +#. module: intrastat_product_generic +#: model:ir.actions.act_window,name:intrastat_product_generic.intrastat_product_declaration_action_generic +#: model:ir.ui.menu,name:intrastat_product_generic.intrastat_product_declaration_menu_generic +#: model:res.groups,name:intrastat_product_generic.group_intrastat_product_generic +msgid "Generic Intrastat Product Declaration" +msgstr "Dichiarazione Intrastat prodotto generica" diff --git a/intrastat_product_generic/pyproject.toml b/intrastat_product_generic/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/intrastat_product_generic/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/intrastat_product_generic/readme/CONTRIBUTORS.md b/intrastat_product_generic/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..08e2b27f9 --- /dev/null +++ b/intrastat_product_generic/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- Luc De Meyer \<\> +- Denis Roussel \<\> +- Aiendry Sarkar \<\> diff --git a/intrastat_product_generic/readme/DESCRIPTION.md b/intrastat_product_generic/readme/DESCRIPTION.md new file mode 100644 index 000000000..c69be85d0 --- /dev/null +++ b/intrastat_product_generic/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +This module adds a menu entry for a Generic Intrastat Product +Declaration. This is useful to cover countries for which there is no +localization module. diff --git a/intrastat_product_generic/security/intrastat_security.xml b/intrastat_product_generic/security/intrastat_security.xml new file mode 100644 index 000000000..c49c2661c --- /dev/null +++ b/intrastat_product_generic/security/intrastat_security.xml @@ -0,0 +1,9 @@ + + + + Generic Intrastat Product Declaration + + + + + diff --git a/intrastat_product_generic/static/description/icon.png b/intrastat_product_generic/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/intrastat_product_generic/static/description/icon.png differ diff --git a/intrastat_product_generic/static/description/index.html b/intrastat_product_generic/static/description/index.html new file mode 100644 index 000000000..6b09b519f --- /dev/null +++ b/intrastat_product_generic/static/description/index.html @@ -0,0 +1,424 @@ + + + + + +Generic Intrastat Product Declaration + + + +
+

Generic Intrastat Product Declaration

+ + +

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

+

This module adds a menu entry for a Generic Intrastat Product +Declaration. This is useful to cover countries for which there is no +localization module.

+

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 to smash it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Noviat
  • +
+
+
+

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/intrastat_product_generic/views/intrastat_product.xml b/intrastat_product_generic/views/intrastat_product.xml new file mode 100644 index 000000000..2ad68a3d4 --- /dev/null +++ b/intrastat_product_generic/views/intrastat_product.xml @@ -0,0 +1,18 @@ + + + + Generic Intrastat Product Declaration + intrastat.product.declaration + tree,form,graph,pivot + {'generic_intrastat_product_declaration': 1} + + +