Hello everybody.
I'd like to hide the column "Cost" from purchase app for a group of users who use the system. We use Odoo v16.
Is it neccesary to apply a conditional in Odoo Studio?
Thank you so much for you help.
Have a nice day.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
2116
查看
Hi,
If you need to achieve it from studio, you can do as follows:
* activate developer mode
* create a new user group, from settings -> users & companies -> groups
* name the group as, "show cost price", and export the created record. ( to generate external id for record)
* now open the form where you need to hide the cost
* enable studio and click the field and assign this group to this field
Thanks
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
2
3月 24
|
211 | ||
|
0
5月 23
|
1592 | ||
|
1
3月 24
|
2110 | ||
|
0
8月 23
|
1533 | ||
|
1
5月 24
|
1396 |
Oh great. Thank you so much.