콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
3946 화면

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.

아바타
취소
관련 게시물 답글 화면 활동
1
7월 21
3895
0
3월 15
3899
0
10월 15
7553
3
7월 25
8778
1
5월 25
1074