How to hide cost price located on product -> procurement tab for specific user?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
4
답글
11481
화면
By customizing the code of the view. Assign a group to that field so only the users in your group can see it.
Like:
<field name="standard_price" attrs="{'readonly':[('cost_method','=','average')]}" groups="your_group_id"/>
How to know my group id, where to look for it? Thanks.
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
2
5월 22
|
4814 | ||
|
1
4월 21
|
4346 | ||
|
1
9월 20
|
2954 | ||
|
7
6월 20
|
22352 | ||
|
1
1월 20
|
2971 |