mirror of
https://github.com/bringout/oca-ocb-technical.git
synced 2026-04-18 16:12:07 +02:00
17 lines
355 B
Markdown
17 lines
355 B
Markdown
# Models
|
|
|
|
Detected core models and extensions in note.
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class note_note
|
|
class note_stage
|
|
class note_tag
|
|
class res_users
|
|
class mail_activity
|
|
class mail_activity_type
|
|
```
|
|
|
|
Notes
|
|
- Classes show model technical names; fields omitted for brevity.
|
|
- Items listed under _inherit are extensions of existing models.
|