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

hi everybody, i want to change a field which is belong to base in view company , i know that i had to use inheritance but i don't know how , is it possible to do it ? Thanks

아바타
취소
베스트 답변

This can be done bij inheriting the view.

First replace the field with nothing.

<field name="phone" position="replace">
</field>

After this put the field on the right place in the view:

<field name="name" position="email">
                    <field name="phone" />
</field>

Hope this helps you.

Regards, André Schenkels

아바타
취소
작성자

it helps me a lot , thanks :)

I believe that

<field name="name" position="email">

should be

<field name="email" position="after">

관련 게시물 답글 화면 활동
0
9월 17
3271
4
2월 25
2319
0
2월 25
1260
0
1월 25
1100
1
12월 24
1394