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
OCA/server-ux:
odoo/odoo:
- web
- bus
- hr
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 IDNameModelTypeStatus
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_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'
Public methods (2)
  • 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)