mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 16:52:05 +02:00
15 lines
374 B
Markdown
15 lines
374 B
Markdown
# Models
|
|
|
|
Detected core models and extensions in internal_stock_quant_package.
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class stock_internal_package_config_line
|
|
class stock_picking
|
|
class stock_picking_type
|
|
class stock_quant_package
|
|
```
|
|
|
|
Notes
|
|
- Classes show model technical names; fields omitted for brevity.
|
|
- Items listed under _inherit are extensions of existing models.
|