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

Anyone know how to set the partner_id  first in purchase order search view
I try to replace the search view and change the position of the field but it does not work.

아바타
취소
베스트 답변

You need to inherit the PO search view and replace the partner_id from the search view and then add it again at first place.

Ex:

<field name="partner_id" position="replace"/>
<field name="name" position="before">
    <field name="partner_id"/>                          
</field>
아바타
취소
관련 게시물 답글 화면 활동
1
6월 24
2894
0
8월 20
4375
1
5월 24
4365
0
1월 20
3096
1
2월 19
6011