[IMP] hr_payroll: default value for scheduled pay field
[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 #    Italian OpenERP Community (<http://www.openerp-italia.org>)
7 #    Servabit srl
8 #    Agile Business Group sagl
9 #    Domsense srl
10 #    Albatos srl
11 #
12 #    This program is free software: you can redistribute it and/or modify
13 #    it under the terms of the GNU Affero General Public License as
14 #    published by the Free Software Foundation, either version 3 of the
15 #    License, or (at your option) any later version.
16 #
17 #    This program is distributed in the hope that it will be useful,
18 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
19 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 #    GNU Affero General Public License for more details.
21 #
22 #    You should have received a copy of the GNU Affero General Public License
23 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24 #
25 ##############################################################################
26
27 {
28     "name" : "Italy - Generic Chart of Accounts",
29     "version" : "0.1",
30     "depends" : ['base_vat','account_chart','base_iban'],
31     "author" : "OpenERP Italian Community",
32     "description": """
33 Piano dei conti italiano di un'impresa generica.
34 ================================================
35
36 Italian accounting chart and localization.
37     """,
38     "license": "AGPL-3",
39     "category" : "Finance",
40     'website': 'http://www.openerp-italia.org/',
41     'init_xml': [
42         'report.xml',
43         'libroIVA_view.xml',
44         'libroIVA_menu.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         'security/ir.model.access.csv',
55         ],
56     'demo_xml': [
57         ],
58     'installable': True,
59     'active': False,
60     'certificate' : '00926677190009155165',
61     'images': ['images/config_chart_l10n_it.jpeg','images/l10n_it_chart.jpeg'],
62 }