OCA Transbot
adefb131a0
OCA Transbot updated translations from Transifex
8 years ago
Luc De Meyer
37bd21da20
80 bank statement import enforce sequence ( #67 )
* enforce journal sequence for statement naming policy
* [8.0] enforce journal sequence for statement naming policy
* short headers + update view
8 years ago
Ronald Portier
f1900c6a33
[FIX] Better message for not determined journal. ( #86 )
* [FIX] Better message for not determined journal.
* [FIX] Only check first (and constant) part of message in text.
Test on import bank statement checked exception message for wrong journal. Part of message has become variable,
so test had to be adapted.
8 years ago
Ronald Portier
55f522fdb5
[FIX] Make sure that search() called with count=True returns correct value. ( #94 )
8 years ago
OCA Transbot
0e609ce176
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
ad9dc1b9c8
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
d55d9dd424
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
bfe1c9c813
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
95280f9401
OCA Transbot updated translations from Transifex
8 years ago
Kevin Graveman
fc915f1cf3
migrate being called when version is None
Tested the following issue:
https://github.com/OCA/bank-statement-import/issues/52
I made sure account_banking was not installed, and did not appear in ir_module_module of the source database. I ran it through a debugger and found that version was None. Compared this script with other scripts and recalled that it is indeed common to return if version is None.
8 years ago
OCA Transbot
e94ecc1ffc
OCA Transbot updated translations from Transifex
8 years ago
Stéphane Bidoul (ACSONE)
a04f8d84c0
[FIX] remove en.po that was erroneously created by transbot
8 years ago
OCA Transbot
5c584511de
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
d2afeb39d6
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
9184a38cab
OCA Transbot updated translations from Transifex
9 years ago
Holger Brunn
799e03a88b
[IMP] pass account_period_prefer_normal
9 years ago
Holger Brunn
b12f4908d2
[IMP] if there's a date but no period, ger the date's period
9 years ago
OCA Transbot
dfd50a0d6e
OCA Transbot updated translations from Transifex
9 years ago
Alexis de Lattre
b3fedb4df7
Better error message
9 years ago
OCA Transbot
ceaa6782f1
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
91b86e042e
OCA Transbot updated translations from Transifex
9 years ago
Holger Brunn
e8d5da1a81
[FIX] have one list of notifications
[IMP] use a nice formatting to show notifications for imported file
9 years ago
OCA Transbot
3c892536f2
OCA Transbot updated translations from Transifex
9 years ago
Ronald Portier (Therp BV)
f36e24838a
[FIX] Some finetuning of version numbers and #pylint comments.
9 years ago
Ronald Portier (Therp BV)
7d12ce19f1
[FIX] Import exceptions.Warning as UserError.
This according to OCA guidelines.
Also reformat README.rst to keep lines within limit.
9 years ago
Ronald Portier (Therp BV)
f5f892ffa9
[FIX] Make sure old style parse results are handled properly.
9 years ago
Ronald Portier (Therp BV)
26fac7bfa7
[ENH] Support zip files.
10 years ago
Alexis de Lattre
da47b902d0
PEP8 fix
9 years ago
Alexis de Lattre
862919fba0
FIX 2 variables had the same name (account_number) !!!
9 years ago
OCA Transbot
2ec95869e2
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
4f516bacc9
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
50892c95ee
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
842f89418c
OCA Transbot updated translations from Transifex
9 years ago
Rudolf Schnapka
7172679c34
german translations for bank-statement-import
9 years ago
Laurent Mignon (ACSONE)
21a5875f43
Bump version number
9 years ago
Laurent Mignon (ACSONE)
43dd1a3f60
The import must fail if the bank_account or the account_journal is not found
The creation of account_journal and bank_account must be prohibited when importing statments.
9 years ago
OCA Transbot
c747cfaee1
OCA Transbot updated translations from Transifex
9 years ago
OCA Transbot
6655e7e91c
OCA Transbot updated translations from Transifex
9 years ago
Holger Brunn
bdb9c24ec8
[FIX] config settings are transient models
9 years ago
Holger Brunn
93539e6632
[ADD] configuration section on accounting page
[REN] move files around to conform directory convention
9 years ago
Holger Brunn
8671d4658a
Revert "[FIX] No index=True needed when specifying unique constraint."
This reverts commit 1dcd07e893
.
9 years ago
Holger Brunn
0234eed27e
Revert "[FIX] Use unique accounts and improved bank search in base."
This reverts commit 5538c234d9
.
9 years ago
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
9 years ago
Stéphane Bidoul
bdd4e838c2
[IMP] lower case _LOGGER and log some more exception details
9 years ago
Holger Brunn
d8dbff270a
[FIX] pass parameters we got to super
9 years ago
Ronald Portier (Therp BV)
aaf375018a
[ENH] Support both old and new style parse results.
9 years ago
Ronald Portier (Therp BV)
f317579f58
[FIX] _get_journal method has one less argument.
9 years ago
Ronald Portier (Therp BV)
24f51b8256
[FIX] Removed unneeded (and malformed) comment line.
9 years ago
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.
9 years ago
Ronald Portier (Therp BV)
6fe358a6cd
[FIX] Copyright headers, vim line and manifest keys.
10 years ago