跳至內容
選單
此問題已被標幟
1 回覆
4948 瀏覽次數

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

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
7月 20
3548
9
10月 19
28671
0
3月 25
1174
2
10月 23
10303
1
10月 22
3523