TIP: You can type at any time to perform a new search.
Announcement
hr_announcement · OCA/hr
- Repository
- OCA/hr · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Server UX
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/hr
- Last tracking update
- 2026-08-07 08:23:04
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- OCA-git-bot, Juanjo, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
announcement_management_view_form |
announcement | form | Inherits announcement.announcement_management_view_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (4)
-
announcement_typeSelectionondelete={'employee': 'set default', 'department': 'set default', 'job_position': 'set default'}selection_add=[('employee', 'Employee'), ('department', 'Department'), ('job_position', 'Job Position')] -
department_idsMany2many → hr.departmentcomodel_name='hr.department'string='Departments' -
employee_idsMany2many → hr.employeecomodel_name='hr.employee'string='Employees' -
position_idsMany2many → hr.jobcomodel_name='hr.job'string='Job Positions'
-
create(self, vals)@api.model -
write(self, vals)
New fields (0)
No new fields.
Public methods (1)-
announcement_user_count(self)@api.model
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 80 days ago
- Last activity
- 0 days ago
- Repository
- OCA/hr
- Pull request
- [18.0][MIG] hr_announcement: Migration to 18.0 (#1582)