Holger Brunn (Therp) has proposed merging lp:~therp-nl/banking-addons/camt_fix_import_namespace into lp:banking-addons.
Requested reviews: Banking Addons Core Editors (banking-addons-team) For more details, see: https://code.launchpad.net/~therp-nl/banking-addons/camt_fix_import_namespace/+merge/211906 -- https://code.launchpad.net/~therp-nl/banking-addons/camt_fix_import_namespace/+merge/211906 Your team Banking Addons Core Editors is requested to review the proposed merge of lp:~therp-nl/banking-addons/camt_fix_import_namespace into lp:banking-addons.
=== modified file 'account_banking_camt/camt.py' --- account_banking_camt/camt.py 2013-10-11 12:20:14 +0000 +++ account_banking_camt/camt.py 2014-03-20 11:05:11 +0000 @@ -21,8 +21,8 @@ from lxml import etree from openerp.osv.orm import except_orm -from account_banking.parsers import models -from account_banking.parsers.convert import str2date +from openerp.addons.account_banking.parsers import models +from openerp.addons.account_banking.parsers.convert import str2date bt = models.mem_bank_transaction
-- Mailing list: https://launchpad.net/~banking-addons-team Post to : [email protected] Unsubscribe : https://launchpad.net/~banking-addons-team More help : https://help.launchpad.net/ListHelp

