Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4919 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
1
Jul 20
3535
9
Okt 19
28628
0
Mar 25
1165
2
Okt 23
10273
1
Okt 22
3497