Skip to Content
Menu
This question has been flagged
1 Odpoveď
3907 Zobrazenia

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?

Avatar
Zrušiť
Autor Best Answer

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.

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
júl 21
3860
0
mar 15
3839
0
okt 15
7462
3
júl 25
8703
1
máj 25
1012