mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[CHG][account_banking_payment_transfer] Replace manual with auto
This commit is contained in:
@@ -155,7 +155,7 @@ class PaymentLine(orm.Model):
|
||||
)
|
||||
|
||||
line_ids = [transit_move_line.id, torec_move_line.id]
|
||||
move_line_obj.reconcile_partial(cr, uid, line_ids, type='manual',
|
||||
move_line_obj.reconcile_partial(cr, uid, line_ids, type='auto',
|
||||
context=context)
|
||||
|
||||
# If a bank transaction of a storno was first confirmed
|
||||
|
||||
Reference in New Issue
Block a user