Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
2578 มุมมอง

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>
      

      

                                                         
อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Sales quotation แก้ไขแล้ว
2
มี.ค. 24
6296
1
มี.ค. 15
5270
1
มี.ค. 15
4390
2
มิ.ย. 21
13764
0
ก.ย. 25
4708