mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 10:12:01 +02:00
15 lines
321 B
Markdown
15 lines
321 B
Markdown
# Models
|
|
|
|
Detected core models and extensions in brand.
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class res_brand
|
|
class res_brand_mixin
|
|
class res_company
|
|
class res_config_settings
|
|
```
|
|
|
|
Notes
|
|
- Classes show model technical names; fields omitted for brevity.
|
|
- Items listed under _inherit are extensions of existing models.
|