Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4950 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
lug 20
3548
9
ott 19
28672
0
mar 25
1175
2
ott 23
10305
1
ott 22
3525