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

I added this to the bottom of my custom form, so that record create/update history would be shown:

<div class="oe_chatter">
                        <field name="message_follower_ids" widget="mail_followers" groups="base.group_user" />
                        <field name="message_ids" widget="mail_thread" />
                    </div>

However, the first entry lists "mymodule.classname created on . . ."  Yuck.  What do I do to replace the module/object name with a nicer string?

頭像
捨棄
作者 最佳答案

It appears that what's shown comes from the "_description" property of the class declaration, so if you change that, you should get a nicer string.

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
7月 21
3834
0
3月 15
3811
0
10月 15
7385
3
7月 25
8649
1
5月 25
941