Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2964 Widoki

Can anyone help me figure out what I've done wrong?


I have created my own model, and a field that I am tracking changes on, following the example shown here:

https://www.odoo.com/documentation/17.0/developer/reference/backend/mixins.html#logging-changes

tracking=True
Awatar
Odrzuć
Najlepsza odpowiedź

Only custom models that inherit from the mail.thread model support tracking.

You need to inherit this model when you define yours.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
mar 25
1175
1
paź 22
3527
4
paź 21
6758
2
gru 19
9091
0
lis 19
4273