Commit Graph

244 Commits

Author SHA1 Message Date
OCA Transbot
95280f9401 OCA Transbot updated translations from Transifex 2016-10-08 01:33:48 -04:00
Pedro M. Baeza
7b07f2ab61 Merge pull request #73 from pankk/patch-1
migrate being called when version is None
2016-09-21 18:03:07 +02:00
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.
2016-09-21 15:12:37 +02:00
OCA Transbot
e94ecc1ffc OCA Transbot updated translations from Transifex 2016-09-17 01:47:05 -04:00
Pedro M. Baeza
61450ec232 Merge pull request #72 from hbrunn/8.0-account_bank_statement_import_camt-use_all_ustrd
[IMP] use all ustrd nodes
2016-08-18 12:16:50 +02:00
Stéphane Bidoul (ACSONE)
a04f8d84c0 [FIX] remove en.po that was erroneously created by transbot 2016-08-15 18:54:41 +02:00
Holger Brunn
501df26440 [IMP] use all ustrd nodes 2016-08-02 11:38:38 +02:00
OCA Transbot
5ef76c6cae OCA Transbot updated translations from Transifex 2016-07-02 04:00:38 -04:00
Pedro M. Baeza
36d4fd5915 Merge pull request #62 from akretion/8.0-ofx-stronger-unique_import_id
OFX: stronger unique_import_id
2016-06-30 16:44:24 +02:00
OCA Transbot
5c584511de OCA Transbot updated translations from Transifex 2016-06-18 03:26:03 -04:00
OCA Transbot
d2afeb39d6 OCA Transbot updated translations from Transifex 2016-06-11 03:22:36 -04:00
Alexis de Lattre
e11bd54e22 Shorter bank statement name, as requested by Pedro 2016-05-09 21:33:06 +02:00
OCA Git Bot
80f11ca2c3 [ADD] setup.py 2016-04-14 04:34:08 +02:00
OCA Transbot
9184a38cab OCA Transbot updated translations from Transifex 2016-03-12 00:24:30 -05:00
Sylvain LE GAL
9490a049af Merge pull request #51 from NL66278/8.0_camt_name
[ENH] Might need info in camt import from PmtInfId element.
2016-03-10 00:43:41 +01:00
Alexis de Lattre
8ac21acea3 OFX: Display both bank number and account number in bank statement name
Adapt automated test
2016-03-09 23:23:06 +01:00
Alexis de Lattre
f5aebc1700 OFX: Stronger unique_import_id (to lower the risk of having 2 identical unique_import_id in the same file)
Use bank account number as bank statement label, instead of bank number (important when you have several bank accounts at the same bank)
2016-03-09 22:17:58 +01:00
Pedro M. Baeza
0dfcd8fe90 Merge pull request #58 from hbrunn/8.0-set_period_id_from_date
[IMP] if there's a date but no period, ger the date's period
2016-02-09 09:15:05 +01:00
Holger Brunn
799e03a88b [IMP] pass account_period_prefer_normal 2016-02-08 11:52:24 +01:00
Holger Brunn
b12f4908d2 [IMP] if there's a date but no period, ger the date's period 2016-02-08 11:22:09 +01:00
Holger Brunn
e53fc850c6 Merge pull request #54 from akretion/8-ofx-no-name-tag
8.0 Add support for OFX files without <NAME> inside all <STMTTRN>
2016-02-08 10:57:07 +01:00
Holger Brunn
dded47c5f1 Merge pull request #55 from akretion/8.0-better-error-msg
8.0 Better error messages
2016-02-08 10:56:00 +01:00
OCA Transbot
dfd50a0d6e OCA Transbot updated translations from Transifex 2016-01-29 23:58:40 -05:00
OCA Transbot
477da9368d OCA Transbot updated translations from Transifex 2016-01-22 23:57:57 -05:00
Alexis de Lattre
b3fedb4df7 Better error message 2016-01-13 00:05:53 +01:00
Alexis de Lattre
606e32c6ad FIX when transaction.payee is not set: don't detect wrong bank_account/partner (it used to match that res.partner.bank that have an empty 'owner_name') 2016-01-11 13:32:18 +01:00
Alexis de Lattre
48869f2aca Better fix: fallback on <TRNTYPE> (required in OFX) and also <CHECKNUM> if we have it 2016-01-11 11:42:15 +01:00
OCA Transbot
ceaa6782f1 OCA Transbot updated translations from Transifex 2016-01-08 23:59:28 -05:00
Alexis de Lattre
4dc2495ac2 Add support for OFX files without <NAME> inside all <STMTTRN>
Add a comment in the code to explain it all !
2016-01-07 20:08:14 +01:00
Ronald Portier (Therp BV)
4d7f940133 [FIX] Correct indentation in camt.py. 2016-01-07 17:28:03 +01:00
Ronald Portier (Therp BV)
8ecee97c28 [ENH] Might need info in camt import from PmtInfId element. 2015-12-14 01:19:24 +01:00
OCA Transbot
91b86e042e OCA Transbot updated translations from Transifex 2015-12-11 23:05:50 -05:00
OCA Git Bot
0b7a69e0d4 [UPD] addons table in README.md 2015-12-10 02:33:14 +01:00
Stéphane Bidoul (ACSONE)
c2a66fb07f Merge pull request #50 from hbrunn/8.0-account_bank_statement_import_save_file-incomplete_format
[FIX] incomplete format string
2015-12-09 19:59:22 +01:00
Holger Brunn
e27269ce49 [FIX] incomplete format string 2015-12-09 15:35:33 +01:00
Holger Brunn
6606d0b2b1 Merge pull request #36 from NL66278/8.0_import_parsers_complete_therp
[ADD] support zip files
2015-12-09 15:29:57 +01:00
Pedro M. Baeza
bf2e9c620f Merge pull request #47 from hbrunn/8.0-notifications_one_list
[FIX] have one list of notifications
2015-11-23 19:14:02 +01:00
Holger Brunn
e8d5da1a81 [FIX] have one list of notifications
[IMP] use a nice formatting to show notifications for imported file
2015-11-23 12:10:21 +01:00
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
2015-11-16 09:34:15 +01:00
Holger Brunn
86b8c4f3ab [FIX] don't error out if there are no attachments 2015-11-15 04:16:58 +01:00
OCA Transbot
3c892536f2 OCA Transbot updated translations from Transifex 2015-11-07 21:46:08 -05:00
Ronald Portier (Therp BV)
f36e24838a [FIX] Some finetuning of version numbers and #pylint comments. 2015-11-05 15:47:40 +01:00
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.
2015-11-05 15:47:40 +01:00
Ronald Portier (Therp BV)
f5f892ffa9 [FIX] Make sure old style parse results are handled properly. 2015-11-05 15:47:40 +01:00
Ronald Portier (Therp BV)
26fac7bfa7 [ENH] Support zip files. 2015-11-05 15:47:40 +01:00
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)
2015-11-04 12:08:17 +01:00
Alexis de Lattre
da47b902d0 PEP8 fix 2015-11-04 11:06:46 +01:00
Alexis de Lattre
862919fba0 FIX 2 variables had the same name (account_number) !!! 2015-11-03 23:21:51 +01:00
OCA Transbot
2ec95869e2 OCA Transbot updated translations from Transifex 2015-10-31 22:44:06 -04:00
OCA Transbot
4f516bacc9 OCA Transbot updated translations from Transifex 2015-10-25 18:32:37 -04:00