跳至内容
菜单
此问题已终结
1 回复
3950 查看

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
3895
0
3月 15
3899
0
10月 15
7555
3
7月 25
8782
1
5月 25
1075