mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_payment_order: change result_payorder_ids to list to show action correctly
This commit is contained in:
committed by
Pedro M. Baeza
parent
924e8f665a
commit
d330e8573b
@@ -134,7 +134,7 @@ class AccountMove(models.Model):
|
||||
action.update(
|
||||
{
|
||||
"view_mode": "tree,form,pivot,graph",
|
||||
"domain": "[('id', 'in', %s)]" % result_payorder_ids,
|
||||
"domain": "[('id', 'in', %s)]" % list(result_payorder_ids),
|
||||
"views": False,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user