Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
2456 Weergaven

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

Avatar
Annuleer
Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
2
mrt. 24
3591
1
mrt. 15
5108
1
mrt. 15
4243
2
jun. 21
13579
0
aug. 25
4123