Commit Graph

113 Commits

Author SHA1 Message Date
Stéphane Bidoul (ACSONE)
72a7095389 Merge pull request #15 from NL66278/8.0_import_parsers_new_api_therp
8.0 import parsers new api therp
2015-07-24 09:34:05 +02:00
Ronald Portier
0b201f7a51 Merge pull request #6 from acsone/8.0-rename-sbi
[IMP] rename bank_statement_parse_ to account_bank_statement_import_
2015-07-23 16:58:58 +02:00
Stéphane Bidoul
834ff6d7c7 [FIX] pep8 2015-07-23 16:30:44 +02:00
Stéphane Bidoul
43b8298eee [IMP] rename bank_statement_parse_ to account_bank_statement_import_
Move parserlib to account_bank_statement_import and remove bank_statement_parse module
2015-07-23 16:09:40 +02:00
Ronald Portier (Therp BV)
b03deaeed2 [FIX] Do not override statement_id in mt940.
If statement_id is filled with a proper value (not zeroes and/or whitespace), do not override
it in the mt940 parser.
2015-07-21 23:05:11 +02:00
Ronald Portier
50ec06b57a Merge pull request #5 from acsone/8.0-stmt-import-1-sbi
A few improvements to PR #15
2015-07-20 21:16:29 +02:00
Stéphane Bidoul
bdd4e838c2 [IMP] lower case _LOGGER and log some more exception details 2015-07-20 19:11:25 +02:00
Stéphane Bidoul
eb2693c1d7 [IMP] add note field in parserlib 2015-07-20 19:11:25 +02:00
Pedro M. Baeza
8098207f43 Merge pull request #32 from hbrunn/8.0-fix_res_partner_bank_search
[FIX] pass parameters we got to super
2015-07-14 03:58:27 +02:00
Holger Brunn
d8dbff270a [FIX] pass parameters we got to super 2015-07-13 13:22:01 +02:00
Ronald Portier (Therp BV)
aaf375018a [ENH] Support both old and new style parse results. 2015-06-26 16:02:10 +02:00
Ronald Portier (Therp BV)
f317579f58 [FIX] _get_journal method has one less argument. 2015-06-26 14:35:54 +02:00
Ronald Portier (Therp BV)
24f51b8256 [FIX] Removed unneeded (and malformed) comment line. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
182ea2893a [FIX] Restructure and expand tests. Fix some bugs.
There is now a common class to test import of statements and their transactions.
Fixes:
- Field in regular expression for mt940 rabo parser was to short for bank-account.
- Wrong name used for reference attribute in mt940 rabo parser;
- Attribute transferred_amount should not have been renamed amount in BankTransaction.
2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
d3c1c8d39f [FIX] Prevent unneeded processing and memory use in parsers. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
6fe358a6cd [FIX] Copyright headers, vim line and manifest keys. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
65c1c8e122 [FIX] One line to long in mt940.py. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
23eaa765d9 [FIX] Updated headers, README.rst's and removed vim lines. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
719ca1e9b9 [ENH] Add back support for both old and new ING mt940 format. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
64d54edae4 [FIX] Attempt to stop flake8 from complaining. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
a91cbecc41 [FIX] Solving pylint/flake and test errors.
Also added dutch translation.
2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
c6be8f17e4 [FIX] Now succesfully running tests for all imports. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
fe67cec6c3 [FIX] Company and statement currency can be different. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
043ee55c82 [FIX] Test of ofx should not fail due to USD currency used. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
567adc3ebc [FIX] Fixed some problems after rebasing. 2015-06-26 14:07:40 +02:00
Ronald Portier (Therp BV)
449c00e4ef [ENH] Better separation of different MT940 types. 2015-06-26 14:06:34 +02:00
Ronald Portier (Therp BV)
4807de4d6e [FIX] No longer include __unported__ modules. 2015-06-26 14:06:34 +02:00
Ronald Portier (Therp BV)
ea5e50ab56 [7.0] Forward port improvements in 7.0 branch. 2015-06-26 14:06:33 +02:00
Ronald Portier (Therp BV)
b3a1691db1 [FIX] No journal_id keyword parm on _create_bank_account(..) 2015-06-26 14:06:33 +02:00
Ronald Portier (Therp BV)
67d76af3ea [FIX] But state is required for res.partner.bank. 2015-06-26 14:06:33 +02:00
Ronald Portier (Therp BV)
b0a99e8b44 [FIX] Do not specify iban for bank in demo data. 2015-06-26 14:06:33 +02:00
Ronald Portier (Therp BV)
c65dfd80a7 [FIX] Whitespace error. 2015-06-26 14:06:33 +02:00
Ronald Portier (Therp BV)
5f2df545d9 [ENH] Support both Rabo and ING MT940. 2015-06-26 14:06:33 +02:00
Ronald Portier (Therp BV)
133dba1b70 [FIX] Update dependencies. 2015-06-26 14:06:33 +02:00
Ronald Portier (Therp BV)
1e2548ca4a [ENH] Add enhanced mt940 import. 2015-06-26 14:06:33 +02:00
Ronald Portier (Therp BV)
5fe35db5b4 [FIX] Add back __unported__ to prevent deletions after PR. 2015-06-26 14:06:33 +02:00
Ronald Portier (Therp BV)
ee0d52e3d9 [RFR] Complete streamlining/refactoring of bank statement import.
bank_statement_parse module now contains only one library that can be used to convert 7.0 parsers,
or to provide a common reference for new parsers, providing some independence of the database structure for
bank statements in base Odoo.
2015-06-26 14:06:33 +02:00
Ronald Portier (Therp BV)
9945643158 [ENH] Support multiple accounts/currencies.
Copy of changes proposed for master.
2015-06-26 14:06:33 +02:00
Ronald Portier (Therp BV)
af10ace22d [RFR] Base import parsers on new api and master. 2015-06-26 14:01:38 +02:00
Pedro M. Baeza
38bacf9c9f Merge pull request #30 from pedrobaeza/8.0-account_bank_statement_import-journal
[FIX] account_bank_statement_import: Handle correctly the selection of the journal
2015-06-25 16:59:10 +02:00
Pedro M. Baeza
c8f95fbaef [FIX] account_bank_statement_import: PEP8 2015-06-25 11:46:37 +02:00
Pedro M. Baeza
1eaf54b143 Merge pull request #1 from Antiun/8.0-accont_bank_statement_import-journal-fix
[FIX] Change default by compute and between quotes in order to allow …
2015-06-24 17:18:04 +02:00
Antonio Espinosa
f028947355 [FIX] Change default by compute and between quotes in order to allow inheritance 2015-06-24 11:30:21 +02:00
Pedro M. Baeza
87466ae978 [FIX] account_bank_statement_import: Handle correctly the selection of the journal 2015-06-24 07:57:37 +02:00
Stéphane Bidoul (ACSONE)
c5470b3e0f Merge pull request #27 from nbessi/fix_demo_data
Avoid demo data using an exisiting account number
2015-06-23 09:51:16 +02:00
Nicolas Bessi (nbessi)
9472ff47cd Avoid demo data using an exisiting account number
Fixes #26
2015-06-10 16:17:23 +02:00
Pedro M. Baeza
4811ffc5cf Merge pull request #23 from nbessi/account_bank_statement_import_ofx_no_auto_install
account_bank_statement_import_ofx is not automatically installed anymore
2015-06-09 12:03:28 +02:00
Nicolas Bessi
d6818ae649 account_bank_statement_import_ofx is not automatically installed anymore 2015-06-09 11:58:53 +02:00
Pedro M. Baeza
e1698a7818 Merge pull request #19 from acsone/8.0-refactor-new-api
8.0 refactor new api
2015-06-08 14:37:32 +02:00
Laurent Mignon (ACSONE)
3744b5a60b [IMP]Move the field journal_id in the main module.
By moving the field in the main module the others parsers can use it without duplicate it
2015-06-08 14:15:46 +02:00