mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Remove call to debugger
This commit is contained in:
@@ -4,8 +4,6 @@ class res_partner_bank(osv.osv):
|
||||
_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)
|
||||
|
||||
Reference in New Issue
Block a user