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