~therp-nl/banking-addons/ba7.0-RFR-split_off_matching_part

« back to all changes in this revision

Viewing changes to account_banking_nl_girotel/__openerp__.py

  • Committer: Stefan Rijnhart
  • Date: 2013-04-15 14:14:27 UTC
  • Revision ID: stefan@therp.nl-20130415141427-1n1wdwfdfnqoyx8o
[IMP] Manifest cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#    Copyright (C) 2009 EduSense BV (<http://www.edusense.nl>).
4
4
#    All Rights Reserved
5
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
6
#    This program is free software: you can redistribute it and/or modify
13
7
#    it under the terms of the GNU Affero General Public License as published by
14
8
#    the Free Software Foundation, either version 3 of the License, or
31
25
    'website': 'http://www.edusense.nl',
32
26
    'category': 'Account Banking',
33
27
    'depends': ['account_banking'],
34
 
    'init_xml': [],
35
 
    'update_xml': [
 
28
    'data': [
36
29
        #'security/ir.model.access.csv',
37
30
    ],
38
 
    'demo_xml': [],
39
31
    'description': '''
40
32
    Module to import Dutch Girotel format transation files.
41
33
 
42
34
    This modules contains no logic, just an import filter for account_banking.
43
35
    ''',
44
 
    'active': False,
45
36
    'installable': True,
46
37
}