From 3413551a3fd217df6be0b5da7ec09453a5853ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Lodeiros?= Date: Sun, 6 Dec 2020 13:09:37 +0100 Subject: [PATCH] [FIX] return compute_price_rule_get_items --- pms/models/product_pricelist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pms/models/product_pricelist.py b/pms/models/product_pricelist.py index eb6ad46ba..da96b3fd8 100644 --- a/pms/models/product_pricelist.py +++ b/pms/models/product_pricelist.py @@ -72,3 +72,4 @@ class ProductPricelist(models.Model): ((not s.pms_property_ids, s), len(s.pms_property_ids)), ) ) + return items