Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
2582 Visninger

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

Avatar
Kassér
Bedste svar

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
2
mar. 24
6333
1
mar. 15
5272
1
mar. 15
4391
2
jun. 21
13766
0
sep. 25
4723