[ADD] Kanban buttons support type="switch_<viewtype>"
[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
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 - Generic Chart of Accounts",
32     "version" : "0.1",
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     'init_xml': [
45         ],
46     'update_xml': [
47         'data/account.account.type.csv',
48         'data/account.account.template.csv',
49         'data/account.tax.code.template.csv',
50         'account_chart.xml',
51         'data/account.tax.template.csv',
52         'data/account.fiscal.position.template.csv',
53         'l10n_chart_it_generic.xml',
54         ],
55     'demo_xml': [
56         ],
57     'installable': True,
58     'active': False,
59     'certificate' : '00926677190009155165',
60     'images': ['images/config_chart_l10n_it.jpeg','images/l10n_it_chart.jpeg'],
61 }