Files
intrastat-extrastat/intrastat_base/__manifest__.py
Alexis de Lattre b03b74ad7b [MIG] intrastat_base from v13 to v14
Up-port PR #98
2020-10-14 22:22:07 +02:00

29 lines
1005 B
Python

# Copyright 2011-2020 Akretion (http://www.akretion.com)
# Copyright 2018-2020 brain-tec AG (Kumar Aberer <kumar.aberer@braintec-group.com>)
# Copyright 2009-2020 Noviat (http://www.noviat.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Intrastat Reporting Base",
"version": "14.0.1.0.0",
"category": "Intrastat",
"license": "AGPL-3",
"summary": "Base module for Intrastat reporting",
"author": "Akretion,Noviat,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/intrastat",
"depends": ["base_vat", "account"],
"excludes": ["account_intrastat"],
"data": [
"security/ir.model.access.csv",
"data/country_data.xml",
"views/product_template.xml",
"views/res_partner.xml",
"views/res_country.xml",
"views/account_tax.xml",
"views/res_config_settings.xml",
"views/intrastat.xml",
],
"demo": ["demo/intrastat_demo.xml"],
"installable": True,
}