Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
4960 Weergaven

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
Annuleer
Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
jul. 20
3555
9
okt. 19
28680
0
mrt. 25
1179
2
okt. 23
10311
1
okt. 22
3531