intrastat_product_generic

This commit is contained in:
Luc De Meyer
2020-02-27 22:11:12 +01:00
committed by Denis Roussel
parent 2c177163bc
commit 7b05a32eb8

View File

@@ -1,20 +1,14 @@
# Copyright 2009-2018 Noviat. # Copyright 2009-2020 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{ {
'name': 'Generic Intrastat Product Declaration', "name": "Generic Intrastat Product Declaration",
'version': '12.0.1.0.0', "version": "13.0.1.0.0",
'category': 'Accounting & Finance', "category": "Accounting & Finance",
'website': 'https://github.com/OCA/intrastat', "website": "https://github.com/OCA/intrastat",
'author': 'Noviat,' "author": "Noviat," "Odoo Community Association (OCA)",
'Odoo Community Association (OCA)', "license": "AGPL-3",
'license': 'AGPL-3', "installable": True,
'installable': True, "depends": ["intrastat_product"],
'depends': [ "data": ["security/intrastat_security.xml", "views/intrastat_product.xml"],
'intrastat_product',
],
'data': [
'security/intrastat_security.xml',
'views/intrastat_product.xml'
],
} }