Skip to Content
Menú
This question has been flagged
1 Respondre
4914 Vistes

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
Descartar
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
Descartar
Related Posts Respostes Vistes Activitat
1
de jul. 20
3529
9
d’oct. 19
28606
0
de març 25
1163
2
d’oct. 23
10270
1
d’oct. 22
3490