mirror of
https://github.com/bringout/odoomates.git
synced 2026-04-18 15:12:09 +02:00
13 lines
281 B
Markdown
13 lines
281 B
Markdown
# Models
|
|
|
|
Detected core models and extensions in task_check_list.
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class task_checklist
|
|
class project_task
|
|
```
|
|
|
|
Notes
|
|
- Classes show model technical names; fields omitted for brevity.
|
|
- Items listed under _inherit are extensions of existing models.
|