forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
27 lines (26 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
# Copyright 2018 ForgeFlow, S.L. <[email protected]>
# 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": "ForgeFlow, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"category": "Reporting",
"version": "14.0.1.1.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,
}