oca-technical/odoo-bringout-oca-stock-logistics-request-stock_request_kanban/doc/MODELS.md
2025-08-29 15:43:03 +02:00

17 lines
412 B
Markdown

# Models
Detected core models and extensions in stock_request_kanban.
```mermaid
classDiagram
class stock_inventory_kanban
class stock_request_kanban
class product_product
class product_template
class stock_request
class stock_request_abstract
```
Notes
- Classes show model technical names; fields omitted for brevity.
- Items listed under _inherit are extensions of existing models.