Initial commit: Vertical Industry packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:52 +02:00
commit d5567a0017
766 changed files with 733028 additions and 0 deletions

View file

@ -0,0 +1,23 @@
# 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.