Commit Graph

14 Commits

Author SHA1 Message Date
Pedro M. Baeza
44a59ce588 autopep8 2014-08-04 15:29:05 +02:00
florian-dacosta
c6e8ea5500 [FIX] API Improvement 2014-07-23 17:30:02 +02:00
Pedro M. Baeza
c45e47d54e Improvement on the account_statement_base_import module to have profile data stored on a variable across parsers methods, in order to be used to customize, for example, parsing with a parameter introduced on profiles.
Dependent modules have been changed accordingly.
2014-07-02 13:37:36 +02:00
Launchpad Translations on behalf of banking-addons-team
a66c661c12 Launchpad automatic translations update. 2014-06-06 06:36:59 +00:00
unknown
78d2f2107c Minor import fixes plus a couple of other small changes to allow trunk install. Changed method get_default_pay_receive_accounts of account_statement_ext to use orm built in get. Is actually an improvement as get ensures the result is the most specific property whereas the original method gave no such guarentee in a multicompany environment.
Without this this method will fail on trunk and am surprised if it worked on 7.0, however the change is backward compatible with 7.0 and more efficient and less code.
2014-05-14 17:45:12 +02:00
Pedro M. Baeza
cf5baee19f [IMP] Translation template files. 2014-03-21 15:46:09 +01:00
Graeme Gellatly
f65e3a3a57 [REM] Revert OFXparse changes for import merege 2014-02-02 22:48:28 +13:00
Graeme Gellatly
d005ec45b0 ofxparse update 2014-02-02 22:27:27 +13:00
Pedro M. Baeza
1f11041736 [IMP] Translation template files. 2014-01-21 13:07:34 +01:00
Pedro M. Baeza
3f1999ed8c [IMP] account_statement_base_import: Inheritable method with public name. 2014-01-21 02:04:59 +01:00
Graeme Gellatly
be9717dafd [FIX] Minor fixes to enable install on trunk, explicit imports added, alternative string concatenation in help and change to correct xml comment style 2014-01-05 18:40:54 +13:00
Pedro M. Baeza
3e4eb10958 [IMP] account_statement_base_import: private method that returns import type to ease inheritance
[IMP] account_statement_ofx_import: changed accordingly previous improvement
2013-12-24 19:16:40 +01:00
Leonardo Pistone
5cb9f4893b [fix] missing comma 2013-12-16 10:37:15 +01:00
Pedro M. Baeza
b9da2ba3e1 [ADD] account_statement_ofx_import: Allows to import OFX (Open Financial Exchange) statement files, using 'account_statement_base_import' generic inheritance mechanism to import statements. 2013-11-04 13:22:39 +01:00