~openobject-italia-core-devs/openobject-italia/italian-addons

« back to all changes in this revision

Viewing changes to l10n_it_withholding_tax/__openerp__.py

  • Committer: Lorenzo Battistini
  • Date: 2012-07-17 14:51:47 UTC
  • Revision ID: lorenzo.battistini@agilebg.com-20120717145147-wpfd57jfdv6az0f6
[REM] l10n_it_withholding_tax

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- coding: utf-8 -*-
2
 
##############################################################################
3
 
#    
4
 
#    Copyright (C) 2012 Associazione OpenERP Italia
5
 
#    (<http://www.openerp-italia.org>). 
6
 
#    All Rights Reserved
7
 
#    Copyright (C) 2012 Agile Business Group sagl (<http://www.agilebg.com>)
8
 
#    Copyright (C) 2012 Domsense srl (<http://www.domsense.com>)
9
 
#    All Rights Reserved
10
 
#
11
 
#    This program is free software: you can redistribute it and/or modify
12
 
#    it under the terms of the GNU Affero General Public License as published by
13
 
#    the Free Software Foundation, either version 3 of the License, or
14
 
#    (at your option) any later version.
15
 
#
16
 
#    This program is distributed in the hope that it will be useful,
17
 
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
 
#    GNU Affero General Public License for more details.
20
 
#
21
 
#    You should have received a copy of the GNU Affero General Public License
22
 
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
23
 
#
24
 
##############################################################################
25
 
{
26
 
    'name': "Italian Localisation - Ritenute d'acconto",
27
 
    'version': '0.1',
28
 
    'category': 'Localisation/Italy',
29
 
    'description': """
30
 
    Modulo per le ritenute d'acconto sulle fatture fornitore
31
 
    
32
 
http://planet.domsense.com/2012/06/come-registrare-in-openerp-le-fatture-fornitore-con-ritenuta-dacconto/
33
 
    
34
 
    http://wiki.openerp-italia.org/doku.php/area_utente/requisiti/ritenuta_d_acconto
35
 
""",
36
 
    'author': 'OpenERP Italian Community',
37
 
    'website': 'http://www.openerp-italia.org',
38
 
    'license': 'AGPL-3',
39
 
    "depends" : ['account_invoice_template'],
40
 
    "init_xml" : [
41
 
        'account_view.xml',
42
 
        ],
43
 
    "update_xml" : [],
44
 
    "demo_xml" : [],
45
 
    "active": False,
46
 
    "installable": True
47
 
}