oca-ocb-vertical-industry/odoo-bringout-oca-ocb-lunch/doc/MODELS.md
2025-08-29 15:20:52 +02:00

23 lines
517 B
Markdown

# Models
Detected core models and extensions in lunch.
```mermaid
classDiagram
class lunch_alert
class lunch_cashmove
class lunch_location
class lunch_order
class lunch_product
class lunch_product_category
class lunch_supplier
class lunch_topping
class image_mixin
class res_company
class res_config_settings
class res_users
```
Notes
- Classes show model technical names; fields omitted for brevity.
- Items listed under _inherit are extensions of existing models.