[IMP] Warning tracking field without mail inherit

To use tracking attribute field it's necesary that the model inherithed from mail treath abstract model
This commit is contained in:
Darío Lodeiros
2021-07-03 10:36:33 +02:00
committed by GitHub
parent 7cb2b47625
commit a84923dc5b

View File

@@ -188,7 +188,6 @@ class PmsService(models.Model):
store=True,
digits=("Discount"),
compute="_compute_discount",
tracking=True,
)
# Compute and Search methods