mirror of
https://github.com/bringout/oca-workflow-process.git
synced 2026-04-20 05:11:59 +02:00
20 lines
492 B
Markdown
20 lines
492 B
Markdown
# Models
|
|
|
|
Detected core models and extensions in stock_vlm_mgmt.
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class stock_location_vlm_tray
|
|
class stock_location_vlm_tray_type
|
|
class stock_quant_vlm
|
|
class stock_vlm_task
|
|
class vlm_tray_cell_position_mixin
|
|
class stock_location
|
|
class stock_move_line
|
|
class stock_picking
|
|
class stock_quant
|
|
```
|
|
|
|
Notes
|
|
- Classes show model technical names; fields omitted for brevity.
|
|
- Items listed under _inherit are extensions of existing models.
|