forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 1
/
__manifest__.py
27 lines (26 loc) · 1.07 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
# 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
# Copyright 2021 Tecnativa - João Marques
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Intrastat Product Declaration for Spain",
"version": "13.0.4.0.2",
"category": "Intrastat",
"license": "AGPL-3",
"summary": "Spanish Intrastat Product Declaration",
"author": "FactorLibre,Noviat,Tecnativa,Odoo Community Association (OCA)",
"depends": ["intrastat_product", "l10n_es_aeat"],
"conflicts": ["report_intrastat"],
"website": "https://github.com/OCA/l10n-spain",
"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,
}