forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__openerp__.py
40 lines (39 loc) · 1.31 KB
/
__openerp__.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
37
38
39
40
# -*- coding: utf-8 -*-
# © 2009 Pexego/Comunitea
# © 2011-2012 Iker Coranti (www.avanzosc.es)
# © 2014 Juanjo Algaz (gutierrezweb.es)
# © 2014-2016 Pedro M. Baeza
# © 2016 Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl-3.0).
{
"name": "Account balance reporting engine",
"version": "9.0.1.0.2",
"author": "Pexego, "
"AvanzOSC, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"website": "http://www.pexego.es",
"category": "Accounting & Finance",
"contributors": [
"Juanjo Algaz <[email protected]>",
"Joaquín Gutierrez <[email protected]>",
"Pedro M. Baeza <[email protected]>",
"Oihane Crucelaegui <[email protected]>",
"Vicent Cubells <[email protected]>",
],
"license": 'AGPL-3',
"depends": [
"account",
"date_range",
],
"data": [
"security/ir.model.access.csv",
"views/account_balance_reporting_template_view.xml",
"views/account_balance_reporting_report_view.xml",
"views/account_balance_reporting_menu.xml",
"report/account_balance_reporting_reports.xml",
"report/report_generic.xml",
"wizard/wizard_print_view.xml",
],
'installable': True,
}