mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Migration to 13.0
This commit is contained in:
@@ -68,11 +68,11 @@ class TestKPI(TransactionCase):
|
||||
)
|
||||
|
||||
threshold1 = self.env["kpi.threshold"].create(
|
||||
{"name": "Threshold1", "range_ids": [(6, 0, [range1.id, range2.id])],}
|
||||
{"name": "Threshold1", "range_ids": [(6, 0, [range1.id, range2.id])]}
|
||||
)
|
||||
|
||||
threshold2 = self.env["kpi.threshold"].create(
|
||||
{"name": "Threshold1", "range_ids": [(6, 0, [range3.id, range2.id])],}
|
||||
{"name": "Threshold1", "range_ids": [(6, 0, [range3.id, range2.id])]}
|
||||
)
|
||||
|
||||
threshold3 = self.env["kpi.threshold"].create(
|
||||
|
||||
Reference in New Issue
Block a user