~banking-addons-team/banking-addons/github-7.0

57.3.1 by Stefan Rijnhart
Import filters for abnamro and triodos banks (NL)
1
##############################################################################
2
#
3
#    Copyright (C) 2009 - 2011 EduSense BV (<http://www.edusense.nl>)
4
#                              and Therp BV (<http://therp.nl>)
5
#    All Rights Reserved
6
#
7
#    This program is free software: you can redistribute it and/or modify
269.1.14 by Sandy Carter
PEP8 on account_banking_nl_triodos
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
57.3.1 by Stefan Rijnhart
Import filters for abnamro and triodos banks (NL)
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
162.1.35 by Stefan Rijnhart
[FIX] Relicense as AGPL
15
#    GNU Affero General Public License for more details.
57.3.1 by Stefan Rijnhart
Import filters for abnamro and triodos banks (NL)
16
#
162.1.35 by Stefan Rijnhart
[FIX] Relicense as AGPL
17
#    You should have received a copy of the GNU Affero General Public License
57.3.1 by Stefan Rijnhart
Import filters for abnamro and triodos banks (NL)
18
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
#
20
##############################################################################
21
{
22
    'name': 'Triodos (NL) Bank Statements Import',
92 by OpenERP instance user
[ADD] translations
23
    'version': '0.92',
162.1.35 by Stefan Rijnhart
[FIX] Relicense as AGPL
24
    'license': 'AGPL-3',
162.1.36 by Stefan Rijnhart
[IMP] Manifest cleanup
25
    'author': ['Therp BV', 'EduSense BV'],
57.3.1 by Stefan Rijnhart
Import filters for abnamro and triodos banks (NL)
26
    'website': 'https://launchpad.net/account-banking',
27
    'category': 'Account Banking',
28
    'depends': ['account_banking'],
29
    'description': '''
30
Module to import Dutch Triodos bank format transation files (CSV format).
31
32
As the Triodos bank does not provide detailed specification concerning possible
33
values and their meaning for the fields in the CSV file format, the statements
34
are parsed according to an educated guess based on incomplete information.
35
You can contact the account-banking developers through their launchpad page and
36
help improve the performance of this import filter on
37
https://launchpad.net/account-banking.
38
39
Note that imported bank transfers are organized in statements covering periods
40
of one week, even if the imported files cover a different period.
41
42
This modules contains no logic, just an import filter for account_banking.
43
    ''',
162.1.28 by Stefan Rijnhart
[RFR] Remove or rename old __terp__.py manifests
44
    'installable': True,
57.3.1 by Stefan Rijnhart
Import filters for abnamro and triodos banks (NL)
45
}