コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2558 ビュー

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
6116
1
3月 15
5258
1
3月 15
4378
2
6月 21
13754
0
9月 25
4657