Files
intrastat-extrastat/intrastat_product_generic/__manifest__.py
Luc De Meyer fa5dca3e34 [MIG] intrastat_product: Migration to 11.0
* Small fixes in intrastat_base
* account_tax_template
2021-10-20 11:25:43 +02:00

21 lines
551 B
Python

# 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'
],
}