mirror of
https://github.com/bringout/cybrosys.git
synced 2026-04-18 14:32:02 +02:00
13 lines
290 B
Markdown
13 lines
290 B
Markdown
# Models
|
|
|
|
Detected core models and extensions in warehouse_reports.
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class product_product
|
|
class stock_picking_type
|
|
```
|
|
|
|
Notes
|
|
- Classes show model technical names; fields omitted for brevity.
|
|
- Items listed under _inherit are extensions of existing models.
|