Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
4946 Представления

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.

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
июл. 20
3548
9
окт. 19
28668
0
мар. 25
1172
2
окт. 23
10299
1
окт. 22
3521