mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[DEL][account_banking_payment_transfer] Remove unnecessary method
This commit is contained in:
@@ -154,10 +154,6 @@ class PaymentLine(orm.Model):
|
||||
transit_move_line.name
|
||||
)
|
||||
|
||||
def is_zero(total):
|
||||
return self.pool.get('res.currency').is_zero(
|
||||
cr, uid, transit_move_line.company_id.currency_id, total)
|
||||
|
||||
line_ids = [transit_move_line.id, torec_move_line.id]
|
||||
move_line_obj.reconcile_partial(cr, uid, line_ids, type='manual',
|
||||
context=context)
|
||||
|
||||
Reference in New Issue
Block a user