forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path__manifest__.py
36 lines (35 loc) · 1.21 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 2019 Openforce (http://www.openforce.it)
# Copyright 2019 Alessandro Camilli ([email protected])
# Copyright 2019 Silvio Gregorini ([email protected])
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "ITA - Stato patrimoniale e conto economico",
"summary": "Rendicontazione .pdf e .xls per stato patrimoniale e conto"
" economico a sezioni contrapposte",
"version": "14.0.1.1.2",
"category": "Localization/Italy",
"author": "Odoo Community Association (OCA), Openforce",
"website": "https://github.com/OCA/l10n-italy"
"/tree/14.0/l10n_it_financial_statements_report",
"license": "AGPL-3",
"depends": [
"account_financial_report",
"account_menu",
"l10n_it_account",
],
"data": [
"data/account_type.xml",
"report/templates/financial_statements_report.xml",
"report/reports.xml",
"views/account_types.xml",
"views/assets.xml",
"wizard/wizard_financial_statements_report.xml",
],
"external_dependencies": {
"python": [
"openupgradelib",
],
},
"pre_init_hook": "pre_absorb_old_module",
"installable": True,
}