Skip to Content
Menú
This question has been flagged
1 Respondre
2506 Vistes

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

Avatar
Descartar
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>
      

      

                                                         
Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de març 24
5597
1
de març 15
5218
1
de març 15
4349
2
de juny 21
13669
0
de set. 25
4516