| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/17.0/hr_announcement |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Server UX |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, Juanjo, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - announcement odoo/odoo: - base - base_setup - web - bus - web_tour - hr - phone_validation - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | The hr_announcement module extends the announcement module by adding 3 new options to the announcement type. This module allows the creation and management of announcements, which can be sent to employees, departments, or job positions. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
announcement_management_view_form |
announcement | xpath | Inherits announcement.announcement_management_view_form |
announcement_type
Selection
ondelete={'employee': 'set default', 'department': 'set default', 'job_position': 'set default'}
selection_add=[('employee', 'Employee'), ('department', 'Department'), ('job_position', 'Job Position')]
department_ids
Many2many → hr.department
comodel_name='hr.department'
string='Departments'
employee_ids
Many2many → hr.employee
comodel_name='hr.employee'
string='Employees'
position_ids
Many2many → hr.job
comodel_name='hr.job'
string='Job Positions'
create(self, vals)
write(self, vals)
No new fields.
Public methods (1)announcement_user_count(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/hr |
| GIT | |
| GIT | https://github.com/OCA/hr.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/hr/tree/15.0/hr_announcement |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Server UX |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, pilarvargas-tecnativa |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/hr |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:36 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - announcement odoo/odoo: - base - base_setup - web - bus - web_tour - hr - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
announcement_management_view_form |
announcement | xpath | Inherits announcement.announcement_management_view_form |
announcement_type
Selection
ondelete={'employee': 'set default', 'department': 'set default', 'job_position': 'set default'}
selection_add=[('employee', 'Employee'), ('department', 'Department'), ('job_position', 'Job Position')]
department_ids
Many2many → hr.department
comodel_name='hr.department'
string='Departments'
employee_ids
Many2many → hr.employee
comodel_name='hr.employee'
string='Employees'
position_ids
Many2many → hr.job
comodel_name='hr.job'
string='Job Positions'
create(self, vals)
write(self, vals)
No new fields.
Public methods (1)announcement_user_count(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/hr |
| PULL REQUEST | |
| PULL REQUEST | [18.0][MIG] hr_announcement: Migration to 18.0 (#1582) |