Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
3957 Tampilan

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
Buang
Penulis Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
1
Jul 21
3897
0
Mar 15
3903
0
Okt 15
7559
3
Jul 25
8819
1
Mei 25
1098