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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
2451
查看
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
|
3424 | |
|
1
3月 15
|
5105 | ||
|
1
3月 15
|
4238 | ||
|
2
6月 21
|
13568 | ||
|
0
8月 25
|
4108 |