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
odoo/odoo:
- hr
- web
- bus
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 IDNameModelTypeStatus
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_ids Many2many → ir.attachment
    comodel_name='ir.attachment' string='Documents'
  • date Date
    required=True tracking=True
  • description Text
  • employee_id Many2one → hr.employee
    comodel_name='hr.employee' required=True string='Employee' tracking=True
  • name Char
    required=True string='Reference' tracking=True
Public methods (0)

No public methods.