Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
2541 Visualizações

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

Avatar
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
mar. 24
5927
1
mar. 15
5243
1
mar. 15
4363
2
jun. 21
13732
0
set. 25
4609