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,20 @@
# Models
Detected core models and extensions in hr_skills.
```mermaid
classDiagram
class hr_employee_skill
class hr_employee_skill_log
class hr_resume_line
class hr_resume_line_type
class hr_skill
class hr_skill_level
class hr_skill_type
class hr_employee
class hr_employee_public
```
Notes
- Classes show model technical names; fields omitted for brevity.
- Items listed under _inherit are extensions of existing models.