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
返信
2558
ビュー
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
|
6116 | |
|
1
3月 15
|
5258 | ||
|
1
3月 15
|
4378 | ||
|
2
6月 21
|
13754 | ||
|
0
9月 25
|
4657 |