Skip to content

Commit 0e1f409

Browse files
committed
Merge PR OCA#1195 into 14.0
Signed-off-by nimarosa
2 parents 2ba3227 + f1d5a0f commit 0e1f409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hr_employee_birth_name/models/hr_employee.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
class HrEmployee(models.Model):
1010
_inherit = "hr.employee"
1111

12-
birth_name = fields.Char()
12+
birth_name = fields.Char(groups="hr.group_hr_user")

0 commit comments

Comments
 (0)