diff --git a/intrastat_product_generic/__manifest__.py b/intrastat_product_generic/__manifest__.py index cd82158..55578d7 100644 --- a/intrastat_product_generic/__manifest__.py +++ b/intrastat_product_generic/__manifest__.py @@ -9,7 +9,7 @@ 'author': 'Noviat,' 'Odoo Community Association (OCA)', 'license': 'AGPL-3', - 'installable': False, + 'installable': True, 'depends': [ 'intrastat_product', ], diff --git a/intrastat_product_generic/readme/CONTRIBUTORS.rst b/intrastat_product_generic/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..044d1a0 --- /dev/null +++ b/intrastat_product_generic/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Luc De Meyer diff --git a/intrastat_product_generic/readme/DESCRIPTION.rst b/intrastat_product_generic/readme/DESCRIPTION.rst new file mode 100644 index 0000000..22680af --- /dev/null +++ b/intrastat_product_generic/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +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 index d4bb8a0..5948c81 100644 --- a/intrastat_product_generic/security/intrastat_security.xml +++ b/intrastat_product_generic/security/intrastat_security.xml @@ -5,7 +5,7 @@ Generic Intrastat Product Declaration - + diff --git a/intrastat_product_generic/views/intrastat_product.xml b/intrastat_product_generic/views/intrastat_product.xml index 631a261..91d46f8 100644 --- a/intrastat_product_generic/views/intrastat_product.xml +++ b/intrastat_product_generic/views/intrastat_product.xml @@ -4,7 +4,7 @@ Generic Intrastat Product Declaration intrastat.product.declaration - tree,form,graph + tree,form,graph,pivot {'generic_intrastat_product_declaration': 1}