Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3941 Представления

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
7551
3
июл. 25
8776
1
мая 25
1073