Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3954 Lượt xem

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?

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 7 21
3896
0
thg 3 15
3900
0
thg 10 15
7557
3
thg 7 25
8793
1
thg 5 25
1080