mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] Remove debug statement
This commit is contained in:
@@ -47,8 +47,6 @@ class AccountBankStatement(orm.Model):
|
||||
tax_obj = self.pool.get('account.tax')
|
||||
move_lines = []
|
||||
update_move_line = {}
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
base_amount = -defaults['credit'] or defaults['debit']
|
||||
computed_taxes = tax_obj.compute_all(
|
||||
cr, uid, [st_line.tax_id], base_amount, 1.00)
|
||||
|
||||
Reference in New Issue
Block a user