← Back to team overview

banking-addons-team team mailing list archive

lp:~camptocamp/banking-addons/bank-statement-reconcile-fix-comma-lep into lp:banking-addons/bank-statement-reconcile-7.0

 

Leonardo Pistone @ camptocamp has proposed merging lp:~camptocamp/banking-addons/bank-statement-reconcile-fix-comma-lep into lp:banking-addons/bank-statement-reconcile-7.0.

Requested reviews:
  Banking Addons Core Editors (banking-addons-team)
Related bugs:
  Bug #1261318 in Banking Addons: "branch bank-statement-reconcile-7.0: syntax error"
  https://bugs.launchpad.net/banking-addons/+bug/1261318

For more details, see:
https://code.launchpad.net/~camptocamp/banking-addons/bank-statement-reconcile-fix-comma-lep/+merge/199083
-- 
https://code.launchpad.net/~camptocamp/banking-addons/bank-statement-reconcile-fix-comma-lep/+merge/199083
Your team Banking Addons Core Editors is requested to review the proposed merge of lp:~camptocamp/banking-addons/bank-statement-reconcile-fix-comma-lep into lp:banking-addons/bank-statement-reconcile-7.0.
=== modified file 'account_statement_ofx_import/__openerp__.py'
--- account_statement_ofx_import/__openerp__.py	2013-11-04 12:22:39 +0000
+++ account_statement_ofx_import/__openerp__.py	2013-12-16 09:39:57 +0000
@@ -31,7 +31,7 @@
     ],
     'external_dependencies': {
         'python': ['ofxparse'],
-    }
+    },
     'description': """
     Allows to import OFX (Open Financial Exchange) statement files, using
     *account_statement_base_import* generic inheritance mechanism to import 


Follow ups