mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-18 11:11:59 +02:00
15 lines
338 B
Markdown
15 lines
338 B
Markdown
# Models
|
|
|
|
Detected core models and extensions in auth_oauth.
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class auth_oauth_provider
|
|
class ir_config_parameter
|
|
class res_config_settings
|
|
class res_users
|
|
```
|
|
|
|
Notes
|
|
- Classes show model technical names; fields omitted for brevity.
|
|
- Items listed under _inherit are extensions of existing models.
|