[MIG] account_financial_report: Migration to 15.0
This commit is contained in:
@@ -24,5 +24,5 @@ class TestOpenItems(AccountTestInvoicingCommon):
|
||||
"active_model": "res.partner",
|
||||
}
|
||||
|
||||
wizard = self.env["open.items.report.wizard"].with_context(context)
|
||||
wizard = self.env["open.items.report.wizard"].with_context(**context)
|
||||
self.assertEqual(wizard._default_partners(), expected_list)
|
||||
|
||||
Reference in New Issue
Block a user