mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 08:31:59 +02:00
13 lines
274 B
Markdown
13 lines
274 B
Markdown
# Models
|
|
|
|
Detected core models and extensions in user_all_groups.
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class res_groups
|
|
class res_users
|
|
```
|
|
|
|
Notes
|
|
- Classes show model technical names; fields omitted for brevity.
|
|
- Items listed under _inherit are extensions of existing models.
|