Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2501 Zobrazení

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

Avatar
Zrušit
Nejlepší odpověď

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šit
Related Posts Odpovědi Zobrazení Aktivita
2
bře 24
5540
1
bře 15
5212
1
bře 15
4346
2
čvn 21
13660
0
zář 25
4508