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

Hi, is possible to hide "Other Information" tab by user access rights?

아바타
취소
베스트 답변

Hi,
     You can restrict the Page visibility by  groups. just try this

  <record model="ir.ui.view" id="view_id">
<field name="name">sale.order.form</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<data>
<xpath expr="//page[1]" position="attributes">
<attribute name="groups">groups who can have the visibility to this page</attribute>
</xpath>
</data>
</field>
</record>
      

      

                                                         
아바타
취소
관련 게시물 답글 화면 활동
Sales quotation 해결 완료
2
3월 24
6431
1
3월 15
5287
1
3월 15
4403
2
6월 21
13792
0
9월 25
4771