تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2551 أدوات العرض

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>
      

      

                                                         
الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
Sales quotation تم الحل
2
مارس 24
6017
1
مارس 15
5251
1
مارس 15
4369
2
يونيو 21
13747
0
سبتمبر 25
4632