İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
2515 Görünümler

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

Avatar
Vazgeç
En İyi Yanıt

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
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
Sales quotation Çözüldü
2
Mar 24
5739
1
Mar 15
5226
1
Mar 15
4351
2
Haz 21
13697
0
Eyl 25
4553