Holger Brunn
e8d5da1a81
[FIX] have one list of notifications
[IMP] use a nice formatting to show notifications for imported file
9 years ago
Pedro M. Baeza
e22c71057f
Merge pull request #43 from hbrunn/8.0-account_bank_statement_import_save_file-init_hook_no_attachments
[FIX] don't error out if there are no attachments
9 years ago
Holger Brunn
86b8c4f3ab
[FIX] don't error out if there are no attachments
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
Stefan Rijnhart (Opener)
5c90293e75
Merge pull request #42 from akretion/8.0-fix-bug-wrong-variable-name
8.0 FIX 2 variables had the same name (account_number)
9 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
Pedro M. Baeza
30b262a91d
Merge pull request #38 from rschnapka/8.0
german translations for bank-statement-import
9 years ago
Stefan Rijnhart (Opener)
515fb40890
Merge pull request #39 from NL66278/8.0_camt_name
[ENH] Make sure message is filled for camt.
9 years ago
OCA Transbot
50892c95ee
OCA Transbot updated translations from Transifex
9 years ago
Ronald Portier (Therp BV)
59dd01d38b
[ENH] Make sure message is filled for camt.
Message was not taken from AddtlNtryInf element, if not part of details.
Not sure wether it actually can be part of details (NtryDtls element), but this change least intrusive.
9 years ago
Stéphane Bidoul
e1a9e82192
[UPD] prefix versions with 8.0
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
Stéphane Bidoul
1f14b75399
[UPD] addons table in README.md
9 years ago
Pedro M. Baeza
a1e7e10ef2
Merge pull request #37 from acsone/8.0-fix-prevent-create-bank_anccount-and-account_journal-lmi
The import must fail if the bank_account or the account_journal is no…
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
Stéphane Bidoul
14c2ebb3b4
[ADD] addons table in README.md
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
Pedro M. Baeza
00ec7c859c
Merge pull request #31 from hbrunn/8.0-no_uniqueness_in_sanitized_account_number
8.0 no uniqueness in sanitized account number
9 years ago
Pedro M. Baeza
593bf0f1a0
Merge pull request #21 from hbrunn/8.0-migrate_from_7.0_therp
[ADD] migration script
9 years ago
Holger Brunn
be0cae3e7b
[FIX] excape backslash
9 years ago
Holger Brunn
86b37fba52
[IMP] better icon
9 years ago
Holger Brunn
010d9e0918
[ADD] base_bank_account_number_unique
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
Alexandre Fayolle
8f8e708c0d
Update travis configuration
use sudo: false to enable container build
use cache: pip to cache pip packages
9 years ago
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
9 years ago
Ronald Portier
0b201f7a51
Merge pull request #6 from acsone/8.0-rename-sbi
[IMP] rename bank_statement_parse_ to account_bank_statement_import_
9 years ago
Stéphane Bidoul
834ff6d7c7
[FIX] pep8
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
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.
9 years ago
Ronald Portier
50ec06b57a
Merge pull request #5 from acsone/8.0-stmt-import-1-sbi
A few improvements to PR #15
9 years ago
Stéphane Bidoul
bdd4e838c2
[IMP] lower case _LOGGER and log some more exception details
9 years ago
Stéphane Bidoul
eb2693c1d7
[IMP] add note field in parserlib
9 years ago
Pedro M. Baeza
8098207f43
Merge pull request #32 from hbrunn/8.0-fix_res_partner_bank_search
[FIX] pass parameters we got to super
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