~nicolariolini/openobject-italia/save_fiscalcode_data

« back to all changes in this revision

Viewing changes to l10n_it_corrispettivi/__openerp__.py

  • Committer: Lorenzo Battistini
  • Date: 2013-02-21 14:58:19 UTC
  • mfrom: (201.1.2 openobject-italia)
  • Revision ID: lorenzo.battistini@agilebg.com-20130221145819-954tk9u3641isop3
[MERGE] adding_l10n_it_corrispettivi

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
##############################################################################
 
3
#    
 
4
#    Copyright (C) 2011 Associazione OpenERP Italia
 
5
#    (<http://www.openerp-italia.org>). 
 
6
#
 
7
#    This program is free software: you can redistribute it and/or modify
 
8
#    it under the terms of the GNU Affero General Public License as published
 
9
#    by the Free Software Foundation, either version 3 of the License, or
 
10
#    (at your option) any later version.
 
11
#
 
12
#    This program is distributed in the hope that it will be useful,
 
13
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
#    GNU General Public License for more details.
 
16
#
 
17
#    You should have received a copy of the GNU Affero General Public License
 
18
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
19
#
 
20
##############################################################################
 
21
{
 
22
    'name': 'Italian Localisation - Corrispettivi',
 
23
    'version': '0.1',
 
24
    'category': 'Localisation/Italy',
 
25
    'description': """This module helps to easily input Corrispettivi within OpenERP.
 
26
    
 
27
    Per maggiori informazioni: http://planet.domsense.com/2011/11/openerp-registrare-i-corrispettivi/""",
 
28
    'author': 'OpenERP Italian Community',
 
29
    'website': 'http://www.openerp-italia.org',
 
30
    'license': 'AGPL-3',
 
31
    "depends" : ['account_voucher'],
 
32
    "data" : [
 
33
            'partner_data.xml', 
 
34
        'account_view.xml',
 
35
        'installer_view.xml',
 
36
        ],
 
37
    "active": False,
 
38
    "installable": True
 
39
}