TIP: You can type at any time to perform a new search.
HR Employee Birthday Mail
hr_employee_birthday_mail · OCA/hr
- Repository
- OCA/hr · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.12 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/hr
- Last tracking update
- 2026-08-07 08:43:00
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- ArnauCForgeFlow, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
The module automates the process of sending out personalized birthday emails to the celebrating employee while also informing their coworkers about the special day. It encourages a culture of mutual respect, camaraderie, and celebration within the team. In essence, the 'hr_employee_birthday_mail' module ensures that every birthday is acknowledged and celebrated, thereby promoting a positive and unified work environment.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_users_birthday_mail_inherit |
res.users.birthday.mail.inherit | res.users | form | Inherits hr.res_users_view_form_profile |
view_employee_form_inherit_birthday_notifications |
hr.employee.form.inherit.birthday.notifications | hr.employee | form | Inherits hr.view_employee_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
allow_birthday_wishesBooleandefault=Falsegroups='hr.group_hr_user'help='Check this box if you want to allow birthday wishes from our company and allow the others to be notified of your birthday.' -
notify_others_birthdayBooleandefault=Falsegroups='hr.group_hr_user'help="Check this box if you want to be notified about other coworkers' birthdays."
No public methods.
New fields (2)
-
allow_birthday_wishesBooleanreadonly=Falserelated='employee_id.allow_birthday_wishes'related_sudo=False -
notify_others_birthdayBooleanreadonly=Falserelated='employee_id.notify_others_birthday'related_sudo=False
-
SELF_READABLE_FIELDS(self)@property -
SELF_WRITEABLE_FIELDS(self)@property
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 316 days ago
- Last activity
- 111 days ago
- Repository
- OCA/hr
- Pull request
- [19.0][MIG] hr_employee_birthday_mail: Migration to 19.0 (#1511)