Skip to Content
Menu
This question has been flagged
1 Atsakyti
4889 Rodiniai

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?

Portretas
Atmesti
Best Answer
yes, you can use user groups. For example:
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,
Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
0
lapkr. 15
4889
1
kov. 15
5109
1
kov. 15
8481
1
kov. 15
3021
10
gruod. 23
36896