Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2556 Переглядів

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

Аватар
Відмінити
Найкраща відповідь

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>
      

      

                                                         
Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
Sales quotation Вирішено
2
бер. 24
6082
1
бер. 15
5255
1
бер. 15
4374
2
черв. 21
13752
0
вер. 25
4648