mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 13:12:05 +02:00
Initial commit: OCA Server Auth packages (29 packages)
This commit is contained in:
commit
3ed80311c4
1325 changed files with 127292 additions and 0 deletions
18
odoo-bringout-oca-server-auth-auth_saml/doc/MODELS.md
Normal file
18
odoo-bringout-oca-server-auth-auth_saml/doc/MODELS.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Models
|
||||
|
||||
Detected core models and extensions in auth_saml.
|
||||
|
||||
```mermaid
|
||||
classDiagram
|
||||
class auth_saml_attribute_mapping
|
||||
class auth_saml_provider
|
||||
class auth_saml_request
|
||||
class res_users_saml
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue