Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
4922 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
jul. 20
3537
9
out. 19
28629
0
mar. 25
1165
2
out. 23
10275
1
out. 22
3500