Commit Graph

13 Commits

Author SHA1 Message Date
Stéphane Bidoul
fe4f640ca8 [MOV] move addons out of __unported__ (they remain not installable) 2015-10-13 16:29:29 +02:00
Pedro M. Baeza
e4a743bc7d Set as uninstallable and moved to __unported__ all modules. 2014-07-02 12:46:57 +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