We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ba3227 + f1d5a0f commit 0e1f409Copy full SHA for 0e1f409
hr_employee_birth_name/models/hr_employee.py
@@ -9,4 +9,4 @@
9
class HrEmployee(models.Model):
10
_inherit = "hr.employee"
11
12
- birth_name = fields.Char()
+ birth_name = fields.Char(groups="hr.group_hr_user")
0 commit comments