Hi, is possible to hide "Other Information" tab by user access rights?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
2588
화면
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
3월 24
|
6431 | |
|
1
3월 15
|
5287 | ||
|
1
3월 15
|
4403 | ||
|
2
6월 21
|
13792 | ||
|
0
9월 25
|
4771 |