mirror of
https://github.com/bringout/oca-ocb-vertical-industry.git
synced 2026-04-20 01:12:06 +02:00
23 lines
517 B
Markdown
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.
|