diff --git a/intrastat_product_generic/README.rst b/intrastat_product_generic/README.rst new file mode 100644 index 0000000..00f570c --- /dev/null +++ b/intrastat_product_generic/README.rst @@ -0,0 +1,55 @@ +.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: https://www.gnu.org/licenses/agpl + :alt: License: AGPL-3 + +===================================== +Generic Intrastat Product Declaration +===================================== + +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. + +Installation +============ + +There is no specific installation procedure for this module. + +Configuration and Usage +======================= + +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/227/10.0 + +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 smash it by providing detailed and welcomed feedback. + +Credits +======= + +Contributors +------------ + +* Luc De Meyer + +Do not contact contributors directly about support or help with technical issues. + +Maintainer +---------- + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +This module is maintained by the OCA. + +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. + +To contribute to this module, please visit http://odoo-community.org. diff --git a/intrastat_product_generic/__init__.py b/intrastat_product_generic/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/intrastat_product_generic/__manifest__.py b/intrastat_product_generic/__manifest__.py new file mode 100644 index 0000000..55578d7 --- /dev/null +++ b/intrastat_product_generic/__manifest__.py @@ -0,0 +1,20 @@ +# Copyright 2009-2018 Noviat. +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + 'name': 'Generic Intrastat Product Declaration', + 'version': '11.0.1.0.0', + 'category': 'Accounting & Finance', + 'website': 'https://github.com/OCA/intrastat', + '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/intrastat_product_generic.pot b/intrastat_product_generic/i18n/intrastat_product_generic.pot new file mode 100644 index 0000000..18b17ac --- /dev/null +++ b/intrastat_product_generic/i18n/intrastat_product_generic.pot @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * intrastat_product_generic +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.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/security/intrastat_security.xml b/intrastat_product_generic/security/intrastat_security.xml new file mode 100644 index 0000000..d4bb8a0 --- /dev/null +++ b/intrastat_product_generic/security/intrastat_security.xml @@ -0,0 +1,12 @@ + + + + + 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 0000000..3a0328b Binary files /dev/null and b/intrastat_product_generic/static/description/icon.png differ diff --git a/intrastat_product_generic/views/intrastat_product.xml b/intrastat_product_generic/views/intrastat_product.xml new file mode 100644 index 0000000..631a261 --- /dev/null +++ b/intrastat_product_generic/views/intrastat_product.xml @@ -0,0 +1,16 @@ + + + + + Generic Intrastat Product Declaration + intrastat.product.declaration + tree,form,graph + {'generic_intrastat_product_declaration': 1} + + + + +