Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3947 Переглядів

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.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лип. 21
3895
0
бер. 15
3899
0
жовт. 15
7554
3
лип. 25
8778
1
трав. 25
1074