Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2557 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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>
      

      

                                                         
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
Sales quotation Đã xử lý
2
thg 3 24
6103
1
thg 3 15
5256
1
thg 3 15
4376
2
thg 6 21
13753
0
thg 9 25
4654