~scigghia/openobject-italia/6.1-new-riba-report

« back to all changes in this revision

Viewing changes to l10n_it_fiscalcode/__openerp__.py

  • Committer: Lorenzo Battistini
  • Date: 2012-10-22 09:31:25 UTC
  • mfrom: (203.1.7 add_abi_cab)
  • Revision ID: lorenzo.battistini@agilebg.com-20121022093125-zymz6tvu7oz2p9tr
[Add] Abi/Cab code
[Add] New fiscal Code Management
[Add] l10n_it_withholding_tax it translation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
##############################################################################
 
3
#
 
4
#    Copyright (C) 2010-2012 Associazione OpenERP Italia
 
5
#    (<http://www.openerp-italia.org>).
 
6
#    All Rights Reserved
 
7
#
 
8
#    This program is free software: you can redistribute it and/or modify
 
9
#    it under the terms of the GNU Affero General Public License as published
 
10
#    by the Free Software Foundation, either version 3 of the License, or
 
11
#    (at your option) any later version.
 
12
#
 
13
#    This program is distributed in the hope that it will be useful,
 
14
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
#    GNU General Public License for more details.
 
17
#
 
18
#    You should have received a copy of the GNU Affero General Public License
 
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
20
#
 
21
##############################################################################
 
22
{
 
23
    'name': 'Italian Localisation - Fiscal Code',
 
24
    'version': '0.1',
 
25
    'category': 'Localisation/Italy',
 
26
    'description': """
 
27
This module customizes OpenERP in order to fit italian laws and mores - Account version
 
28
 
 
29
Functionalities:
 
30
 
 
31
- Fiscal code computation for partner
 
32
 
 
33
""",
 
34
    'author': 'OpenERP Italian Community',
 
35
    'website': 'http://www.openerp-italia.org',
 
36
    'license': 'AGPL-3',
 
37
    "depends" : ['base', 'l10n_it_base'],
 
38
    "init_xml" : [
 
39
        'fiscalcode_view.xml',
 
40
        'wizard/compute_fc_view.xml'
 
41
        ],
 
42
    "update_xml" : [],
 
43
    "demo_xml" : [],
 
44
    "active": False,
 
45
    "installable": True
 
46
}