← Back to team overview

banking-addons-team team mailing list archive

lp:~therp-nl/banking-addons/ba60-iban_domestic_remove_call_to_debugger into lp:banking-addons/6.0

 

Stefan Rijnhart (Therp) has proposed merging lp:~therp-nl/banking-addons/ba60-iban_domestic_remove_call_to_debugger into lp:banking-addons/6.0.

Requested reviews:
  Banking Addons Team (banking-addons-team)

For more details, see:
https://code.launchpad.net/~therp-nl/banking-addons/ba60-iban_domestic_remove_call_to_debugger/+merge/140946
-- 
https://code.launchpad.net/~therp-nl/banking-addons/ba60-iban_domestic_remove_call_to_debugger/+merge/140946
Your team Banking Addons Team is requested to review the proposed merge of lp:~therp-nl/banking-addons/ba60-iban_domestic_remove_call_to_debugger into lp:banking-addons/6.0.
=== modified file 'account_iban_preserve_domestic/res_partner_bank.py'
--- account_iban_preserve_domestic/res_partner_bank.py	2012-02-18 14:31:00 +0000
+++ account_iban_preserve_domestic/res_partner_bank.py	2012-12-20 16:41:34 +0000
@@ -4,8 +4,6 @@
     _inherit = "res.partner.bank"
 
     def _get_domestic(self, cr, uid, ids, prop, unknow_none, context=None):
-        import pdb
-        pdb.set_trace()
         res = dict(
             [(x['id'], x['acc_number'])
              for x in self.read(cr, uid, ids, ['acc_number'], context=context)