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.
10 years ago
Ronald Portier (Therp BV)
f5f892ffa9
[FIX] Make sure old style parse results are handled properly.
10 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
10 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.
10 years ago
OCA Transbot
c747cfaee1
OCA Transbot updated translations from Transifex
10 years ago
OCA Transbot
6655e7e91c
OCA Transbot updated translations from Transifex
10 years ago
Holger Brunn
bdb9c24ec8
[FIX] config settings are transient models
10 years ago
Holger Brunn
93539e6632
[ADD] configuration section on accounting page
[REN] move files around to conform directory convention
10 years ago
Holger Brunn
8671d4658a
Revert "[FIX] No index=True needed when specifying unique constraint."
This reverts commit 1dcd07e893
.
10 years ago
Holger Brunn
0234eed27e
Revert "[FIX] Use unique accounts and improved bank search in base."
This reverts commit 5538c234d9
.
10 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
10 years ago
Stéphane Bidoul
bdd4e838c2
[IMP] lower case _LOGGER and log some more exception details
10 years ago
Holger Brunn
d8dbff270a
[FIX] pass parameters we got to super
10 years ago
Ronald Portier (Therp BV)
aaf375018a
[ENH] Support both old and new style parse results.
10 years ago
Ronald Portier (Therp BV)
f317579f58
[FIX] _get_journal method has one less argument.
10 years ago
Ronald Portier (Therp BV)
24f51b8256
[FIX] Removed unneeded (and malformed) comment line.
10 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.
10 years ago
Ronald Portier (Therp BV)
6fe358a6cd
[FIX] Copyright headers, vim line and manifest keys.
10 years ago
Ronald Portier (Therp BV)
23eaa765d9
[FIX] Updated headers, README.rst's and removed vim lines.
10 years ago
Ronald Portier (Therp BV)
64d54edae4
[FIX] Attempt to stop flake8 from complaining.
10 years ago
Ronald Portier (Therp BV)
a91cbecc41
[FIX] Solving pylint/flake and test errors.
Also added dutch translation.
10 years ago
Ronald Portier (Therp BV)
c6be8f17e4
[FIX] Now succesfully running tests for all imports.
10 years ago
Ronald Portier (Therp BV)
fe67cec6c3
[FIX] Company and statement currency can be different.
10 years ago
Ronald Portier (Therp BV)
b3a1691db1
[FIX] No journal_id keyword parm on _create_bank_account(..)
10 years ago
Ronald Portier (Therp BV)
9945643158
[ENH] Support multiple accounts/currencies.
Copy of changes proposed for master.
10 years ago
Ronald Portier (Therp BV)
af10ace22d
[RFR] Base import parsers on new api and master.
10 years ago
Holger Brunn
41d1fc8512
[ADD] migration script
and a module that takes care of saving imported files (+migration)
10 years ago
Pedro M. Baeza
c8f95fbaef
[FIX] account_bank_statement_import: PEP8
10 years ago
Antonio Espinosa
f028947355
[FIX] Change default by compute and between quotes in order to allow inheritance
10 years ago
Pedro M. Baeza
87466ae978
[FIX] account_bank_statement_import: Handle correctly the selection of the journal
10 years ago
Nicolas Bessi (nbessi)
9472ff47cd
Avoid demo data using an exisiting account number
Fixes #26
10 years ago
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
10 years ago
Laurent Mignon (ACSONE)
6db13fce6a
[FIX] Keep icon retouched by @pedrobaeza
10 years ago
Laurent Mignon
0550df383c
[IMP] Extract description to README
Add OCA as author,
PEP8
10 years ago
Ronald Portier (Therp BV)
1dcd07e893
[FIX] No index=True needed when specifying unique constraint.
10 years ago
Ronald Portier (Therp BV)
5538c234d9
[FIX] Use unique accounts and improved bank search in base.
10 years ago
Laurent Mignon
89afefc370
[FIX] backport from MP on upstream until 5f30c6ed09
10 years ago