TIP: You can type at any time to perform a new search.
HR Accident
hr_accident · OCA/hr
🛠 Migration considerations
hr_accident_view_tree— View 'hr_accident_view_tree' is defined with a `<tree>` root tag: renamed to `<list>` in Odoo 18.0. migration-view-tree-tag · source
Found by automated static analysis: patterns worth a look before/after upgrading this module to a newer Odoo version.
- Repository
- OCA/hr · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Human Resources
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/hr
- Last tracking update
- 2026-08-14 11:05:10
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- OCA-git-bot, oca-ci, GuillermoNforgeflow
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds a dedicated menu in the Employees application to register and track employee accidents. Each accident is stored as an independent record with the affected employee, a reference, the date and a description. Related documents can be uploaded from a dedicated *Documents* tab.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_accident_view_form |
hr.accident.form - hr_accident | hr.accident | form | New |
hr_accident_view_tree |
hr.accident.tree - hr_accident | hr.accident | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (5)
-
attachment_idsMany2many → ir.attachmentcomodel_name='ir.attachment'string='Documents' -
dateDaterequired=Truetracking=True -
descriptionText -
employee_idMany2one → hr.employeecomodel_name='hr.employee'required=Truestring='Employee'tracking=True -
nameCharrequired=Truestring='Reference'tracking=True
No public methods.