~therp-nl/banking-addons/6.1-clieop_translations

« back to all changes in this revision

Viewing changes to account_banking_nl_clieop/__terp__.py

  • Committer: Pieter J. Kersten
  • Date: 2010-01-26 20:55:24 UTC
  • Revision ID: p.j.kersten@edusense.nl-20100126205524-cc4jsho1p49acnn7
[META] Set structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##############################################################################
 
2
#
 
3
#    Copyright (C) 2009 EduSense BV (<http://www.edusense.nl>).
 
4
#    All Rights Reserved
 
5
#
 
6
#    WARNING: This program as such is intended to be used by professional
 
7
#    programmers who take the whole responsability of assessing all potential
 
8
#    consequences resulting from its eventual inadequacies and bugs
 
9
#    End users who are looking for a ready-to-use solution with commercial
 
10
#    garantees and support are strongly adviced to contract EduSense BV
 
11
#
 
12
#    This program is free software: you can redistribute it and/or modify
 
13
#    it under the terms of the GNU General Public License as published by
 
14
#    the Free Software Foundation, either version 3 of the License, or
 
15
#    (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 General Public License for more details.
 
21
#
 
22
#    You should have received a copy of the GNU General Public License
 
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
24
#
 
25
##############################################################################
 
26
{
 
27
    'name': 'Account Banking NL ClieOp',
 
28
    'version': '0.1',
 
29
    'license': 'GPL-3',
 
30
    'author': 'EduSense BV',
 
31
    'website': 'http://www.edusense.nl',
 
32
    'category': 'Account Banking',
 
33
    'depends': ['account_banking'],
 
34
    'init_xml': [],
 
35
    'update_xml': [
 
36
        #'security/ir.model.access.csv',
 
37
        'account_banking_nl_clieop.xml',
 
38
        'account_banking_export_wizard.xml',
 
39
        'data/banking_export_clieop.xml',
 
40
    ],
 
41
    'demo_xml': [],
 
42
    'description': '''
 
43
    Module to export payment orders in ClieOp format.
 
44
 
 
45
    ClieOp format is used by Dutch banks to batch national bank transfers.
 
46
    This module uses the account_banking logic.
 
47
    ''',
 
48
    'active': False,
 
49
    'installable': True,
 
50
}