mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_payment_order: OU script - inbound
This commit is contained in:
@@ -118,7 +118,7 @@ def migrate_payment_mode_types(env):
|
||||
'name': row[1],
|
||||
'code': row[2],
|
||||
'payment_type': (
|
||||
'outbound' if row[3] == 'payment' else 'outbound'
|
||||
'outbound' if row[3] == 'payment' else 'inbound'
|
||||
),
|
||||
'active': row[4],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user