Skip to Content
Menu
This question has been flagged
1 Odpoveď
2462 Zobrazenia

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

Avatar
Zrušiť
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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
mar 24
4136
1
mar 15
5116
1
mar 15
4254
2
jún 21
13591
0
aug 25
4141