mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 14:52:01 +02:00
20 lines
554 B
Markdown
20 lines
554 B
Markdown
# Models
|
|
|
|
Detected core models and extensions in mgmtsystem_hazard.
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class mgmtsystem_hazard
|
|
class mgmtsystem_hazard_control_measure
|
|
class mgmtsystem_hazard_hazard
|
|
class mgmtsystem_hazard_origin
|
|
class mgmtsystem_hazard_probability
|
|
class mgmtsystem_hazard_severity
|
|
class mgmtsystem_hazard_test
|
|
class mgmtsystem_hazard_type
|
|
class mgmtsystem_hazard_usage
|
|
```
|
|
|
|
Notes
|
|
- Classes show model technical names; fields omitted for brevity.
|
|
- Items listed under _inherit are extensions of existing models.
|