Skip to Content
Menu
This question has been flagged
1 Atsakyti
2552 Rodiniai

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

Portretas
Atmesti
Best Answer

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>
      

      

                                                         
Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
kov. 24
6021
1
kov. 15
5252
1
kov. 15
4371
2
birž. 21
13747
0
rugs. 25
4634