Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2500 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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>
      

      

                                                         
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
Sales quotation Rozwiązane
2
mar 24
5528
1
mar 15
5212
1
mar 15
4345
2
cze 21
13659
0
wrz 25
4507