Migration to 13.0

This commit is contained in:
flachica
2020-06-04 16:41:22 +02:00
committed by flachica
parent 227e26d39d
commit adf77e7a9e
15 changed files with 38 additions and 46 deletions

View File

@@ -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(