forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
36 lines (35 loc) · 1.13 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
35
36
# Copyright 2022 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2022 MKT Srl (<www.mkt.it>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# last update: 2023-05-23
{
"name": "ITA - Bilancio UE con XBRL",
"version": "14.0.1.0.1",
"category": "Localization/Italy",
"development_status": "Alpha",
"license": "AGPL-3",
"author": "MKT Srl, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"maintainers": ["mktsrl"],
"depends": [
"account",
"date_range",
"l10n_it_rea",
"l10n_it_fiscalcode",
"report_xlsx",
"report_xml",
],
"data": [
"data/account.balance.eu.csv",
"data/account_balance_eu_reclassification.xml",
"report/templates/layouts.xml",
"report/account_balance_eu_report.xml",
"security/account_balance_eu.xml",
"views/account_balance_eu_view.xml",
"views/report_template.xml",
"wizards/account_balance_eu_wizard.xml",
],
"qweb": ["static/src/xml/report.xml"],
"application": False,
"installable": True,
}