mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[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:
@@ -188,7 +188,6 @@ class PmsService(models.Model):
|
|||||||
store=True,
|
store=True,
|
||||||
digits=("Discount"),
|
digits=("Discount"),
|
||||||
compute="_compute_discount",
|
compute="_compute_discount",
|
||||||
tracking=True,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Compute and Search methods
|
# Compute and Search methods
|
||||||
|
|||||||
Reference in New Issue
Block a user