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

Hello guys i want to hide the misc group in res.partner view in sale & purchases page i did a lot of things but still wont be invisible i targeted the group i target the fields the field who wont desapear is ref if some one knows how respond please 😊

아바타
취소
베스트 답변

To hide the Misc group in the res.partner form view, use the following XPath:

<xpath expr="//group[@name='misc']" position="attributes">
    <attribute name="invisible">1</attribute>
</xpath>

This will make the Misc group invisible, effectively hiding the group and its fields in the form view.

아바타
취소
작성자

Hello desk thanks for responding , i tested this methode like i said i've tested a lot of methodes but no result until i tested this
<group name="misc" position="attributes">
<attribute name="invisible">1</attribute>
</group>
this methode is the one that worked for me the xpath or any thing else nothing happend

관련 게시물 답글 화면 활동
3
6월 25
1010
4
12월 23
38767
3
3월 25
1015
0
11월 24
1013
1
6월 21
12543