Initial commit: Project packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:52 +02:00
commit 89613c97b0
753 changed files with 496325 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# Models
Detected core models and extensions in project_timesheet_holidays.
```mermaid
classDiagram
class account_analytic_line
class hr_employee
class hr_leave
class hr_leave_type
class project_task
class res_company
class res_config_settings
class resource_calendar_leaves
```
Notes
- Classes show model technical names; fields omitted for brevity.
- Items listed under _inherit are extensions of existing models.