forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
31 lines (30 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
# 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': '12.0.1.1.0',
'category': 'Localisation/Italy',
'author': "Odoo Community Association (OCA), Openforce",
'maintainers': ["SilvioGregorini"],
'website': "https://github.com/OCA/l10n-italy"
"/tree/12.0/l10n_it_account_balance_report",
'license': "AGPL-3",
'depends': [
'account_financial_report',
'account_type_menu',
'l10n_it_account',
],
'data': [
'data/account_type.xml',
'report/templates/account_balance_report.xml',
'report/reports.xml',
'views/action_client.xml',
'views/account_types.xml',
'wizard/wizard_account_balance_report.xml',
],
'installable': True
}