Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
2602 Tampilan

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

Avatar
Buang
Jawaban Terbai

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>
      

      

                                                         
Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
Sales quotation Diselesaikan
2
Mar 24
6709
1
Mar 15
5356
1
Mar 15
4449
2
Jun 21
13821
0
Okt 25
4864