Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
2539 Представления

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
5906
1
мар. 15
5241
1
мар. 15
4362
2
июн. 21
13732
0
сент. 25
4607