From a84923dc5bd1b992fdbececf75c4d4e3f96ee66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Lodeiros?= Date: Sat, 3 Jul 2021 10:36:33 +0200 Subject: [PATCH] [IMP] Warning tracking field without mail inherit To use tracking attribute field it's necesary that the model inherithed from mail treath abstract model --- pms/models/pms_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pms/models/pms_service.py b/pms/models/pms_service.py index 3b6fdbd5d..858c0cfa7 100644 --- a/pms/models/pms_service.py +++ b/pms/models/pms_service.py @@ -188,7 +188,6 @@ class PmsService(models.Model): store=True, digits=("Discount"), compute="_compute_discount", - tracking=True, ) # Compute and Search methods