~p-chiara/openobject-italia/fix_remove_ddt_btn_if_invoiced

« back to all changes in this revision

Viewing changes to l10n_it_ri_ba/__openerp__.py

  • Committer: eLBati
  • Date: 2012-01-03 09:02:46 UTC
  • mfrom: (108.1.19 riba)
  • Revision ID: lorenzo.battistini@agilebg.com-20120103090246-x5ctx1gre82irdgu
[MERGE] l10n_it_ri_ba

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
#    All Rights Reserved 
 
7
#    Thanks to Cecchi s.r.l http://www.cecchi.com/
 
8
#
 
9
#    This program is free software: you can redistribute it and/or modify
 
10
#    it under the terms of the GNU Affero General Public License as published by
 
11
#    the Free Software Foundation, either version 3 of the License, or
 
12
#    (at your option) any later version.
 
13
#
 
14
#    This program is distributed in the hope that it will be useful,
 
15
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
#    GNU General Public License for more details.
 
18
#
 
19
#    You should have received a copy of the GNU Affero General Public License
 
20
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
21
#
 
22
##############################################################################
 
23
{
 
24
    "name": "RiBa Issue",
 
25
    "version": "1.0",
 
26
    "author": "OpenERP Italian Community",
 
27
    "category": "Localisation/Italy",
 
28
    "website": "http://www.openerp-italia.org",
 
29
    "description": """Module to manage RiBa issue.
 
30
=================================
 
31
 
 
32
This module provides :
 
33
----------------------
 
34
* a more efficient way to manage RiBa issue.
 
35
* a basic mechanism to easily plug various automated issue.
 
36
    """,
 
37
    'images': [],
 
38
    'depends': ['account','account_voucher', 'l10n_it_account', 'report_webkit'],
 
39
    'init_xml': [],
 
40
    'update_xml': [
 
41
                   'security/riba_issue_security.xml',
 
42
                   'security/ir.model.access.csv',
 
43
                   'wizard/riba_issue_pay_view.xml',
 
44
                   'wizard/riba_issue_order_view.xml',
 
45
                   'wizard/riba_file_export.xml',
 
46
                   'account_invoice_view.xml',
 
47
                   'riba_issue_view.xml',
 
48
                   'riba_report.xml',
 
49
                   'riba_sequence.xml',
 
50
                   'account_riba_workflow.xml'
 
51
                   ],
 
52
    'demo_xml': [],
 
53
    'test': [],
 
54
    'installable': True,
 
55
    'active': False,
 
56
}
 
57
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: