[FIX] account_payment_order: OU script - inbound

This commit is contained in:
Pedro M. Baeza
2017-09-30 18:34:34 +02:00
committed by GitHub
parent 7d32b9db38
commit 22fee0269b

View File

@@ -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],
})