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
回覆
2176
瀏覽次數
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
|
1660 | ||
|
1
3月 24
|
2157 | ||
|
0
8月 23
|
1562 | ||
|
1
5月 24
|
1428 |
Oh great. Thank you so much.