跳至内容
菜单
此问题已终结
1 回复
2451 查看

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>
      

      

                                                         
形象
丢弃
相关帖文 回复 查看 活动
2
3月 24
3424
1
3月 15
5105
1
3月 15
4238
2
6月 21
13568
0
8月 25
4108