Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4954 Prikazi

I'm using mail.thread [track_visibility] for identifying changed fields in V12. While creating new records i'm getting model.name created. I want to get Gift created by person name. I don't know what is the way to do it.

Thanks.

Avatar
Opusti
Best Answer

Hi,

If you are looking to remove the message like model.name created give a description for your model, so that it will get shown.


class Retention(models.Model):
_name = 'sale.retention'
_description = 'Sale Retention'
_inherit = 'mail.thread'

Thanks

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
jul. 20
3551
9
okt. 19
28676
0
mar. 25
1175
2
okt. 23
10310
1
okt. 22
3529