Skip to Content
मेन्यू
This question has been flagged
1 Reply
4947 Views

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
Discard
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
Discard
Related Posts Replies Views Activity
1
जुल॰ 20
3548
9
अक्तू॰ 19
28670
0
मार्च 25
1173
2
अक्तू॰ 23
10303
1
अक्तू॰ 22
3523