forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
34 lines (33 loc) · 1.17 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
32
33
34
# Copyright 2018 Eficent Business and IT Consulting Services, S.L.
# Copyright 2018-2019 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl
{
'name': 'Plantillas MIS Builder para informes contables españoles',
'summary': """
Plantillas MIS Builder para informes contables españoles""",
'author': 'Eficent,'
'Tecnativa,'
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-spain',
'category': 'Reporting',
'version': '12.0.1.2.0',
'license': 'AGPL-3',
'depends': [
'l10n_es',
'mis_builder', # OCA/mis-builder
],
'data': [
'data/mis_report_styles.xml',
'data/mis_report_balance_abreviated.xml',
'data/mis_report_balance_normal.xml',
'data/mis_report_balance_sme.xml',
'data/mis_report_balance_sme_sfl.xml',
'data/mis_report_pyg_abreviated.xml',
'data/mis_report_pyg_normal.xml',
'data/mis_report_pyg_sme.xml',
'data/mis_report_pyg_sme_sfl.xml',
'data/mis_report_revenues_expenses_normal.xml',
],
'installable': True,
}