forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
31 lines (30 loc) · 1.06 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 2016 - FactorLibre - Ismael Calvo <[email protected]>
# Copyright 2009-2017 Noviat.
# Copyright 2019 - FactorLibre - Daniel Duque <[email protected]>
# Copyright 2020 - Tecnativa - Manuel Calero
# Copyright 2020 - Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Intrastat Product Declaration for Spain',
'version': '12.0.2.0.4',
'category': 'Intrastat',
'license': 'AGPL-3',
'summary': 'Spanish Intrastat Product Declaration',
'author': 'FactorLibre,Noviat,Tecnativa,Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-spain',
'depends': [
'intrastat_product',
'l10n_es_aeat',
],
'conflicts': [
'report_intrastat',
],
'data': [
'security/l10n_es_intrastat_report_security.xml',
'security/ir.model.access.csv',
'data/intrastat_transaction.xml',
'views/l10n_es_intrastat_product.xml',
'wizards/l10n_es_intrastat_code_import.xml',
],
'installable': True,
}