I have lets say the module Contacts, and I need to hide some fields, lets say phone number, to a particular group of users. Is it possible in Odoo 13 or Odoo 12?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
4882
화면
yes, you can use user groups. For example:
In python
In python
birthday = fields.Date('Date of Birth', groups="hr.group_hr_user")
or you have to specify the groups in the XML
<field name="birthday" groups="hr.group_hr_user"/>
Regards,
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
11월 15
|
4887 | ||
access rights manual
해결 완료
|
|
1
3월 15
|
5109 | |
|
1
3월 15
|
8480 | ||
|
1
3월 15
|
3015 | ||
|
10
12월 23
|
36895 |