[FIX] correct css computation to remove unnecessary toolbar
[odoo/odoo.git] / addons / l10n_it / __openerp__.py
1 # -*- encoding: utf-8 -*-
2 ##############################################################################
3 #
4 #    OpenERP, Open Source Management Solution
5 #    Copyright (C) 2010
6 #    OpenERP Italian Community (<http://www.openerp-italia.org>)
7 #    Servabit srl
8 #    Agile Business Group sagl
9 #    Domsense srl
10 #    Albatos srl
11 #
12 #    Copyright (C) 2011-2012
13 #    Associazione OpenERP Italia (<http://www.openerp-italia.org>)
14 #
15 #    This program is free software: you can redistribute it and/or modify
16 #    it under the terms of the GNU Affero General Public License as
17 #    published by the Free Software Foundation, either version 3 of the
18 #    License, or (at your option) any later version.
19 #
20 #    This program is distributed in the hope that it will be useful,
21 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
22 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23 #    GNU Affero General Public License for more details.
24 #
25 #    You should have received a copy of the GNU Affero General Public License
26 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
27 #
28 ##############################################################################
29
30 {
31     'name': 'Italy - Accounting',
32     'version': '0.2',
33     'depends': ['base_vat','account_chart','base_iban'],
34     'author': 'OpenERP Italian Community',
35     'description': """
36 Piano dei conti italiano di un'impresa generica.
37 ================================================
38
39 Italian accounting chart and localization.
40     """,
41     'license': 'AGPL-3',
42     'category': 'Localization/Account Charts',
43     'website': 'http://www.openerp-italia.org/',
44     'data': [
45         'data/account.account.template.csv',
46         'data/account.tax.code.template.csv',
47         'account_chart.xml',
48         'data/account.tax.template.csv',
49         'data/account.fiscal.position.template.csv',
50         'l10n_chart_it_generic.xml',
51         ],
52     'demo': [],
53     'installable': True,
54     'auto_install': False,
55     'images': ['images/config_chart_l10n_it.jpeg','images/l10n_it_chart.jpeg'],
56 }