Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2442 Prikazi

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

Avatar
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
mar. 24
3282
1
mar. 15
5095
1
mar. 15
4213
2
jun. 21
13558
0
avg. 25
4075