Initial commit: Hr packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:50 +02:00
commit 62531cd146
2820 changed files with 1432848 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# Models
Detected core models and extensions in hr_attendance.
```mermaid
classDiagram
class hr_attendance
class hr_attendance_overtime
class hr_employee
class hr_employee_public
class ir_ui_menu
class res_company
class res_config_settings
```
Notes
- Classes show model technical names; fields omitted for brevity.
- Items listed under _inherit are extensions of existing models.