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
4c316e8ebb
commit
61d1711ff0
@@ -151,7 +151,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