mirror of
https://github.com/bringout/ventor.git
synced 2026-04-19 18:32:01 +02:00
Initial commit: Ventor Odoo packages (4 packages)
This commit is contained in:
commit
1f20ad87e6
190 changed files with 10375 additions and 0 deletions
19
odoo-bringout-ventor-outgoing_routing/doc/MODELS.md
Normal file
19
odoo-bringout-ventor-outgoing_routing/doc/MODELS.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Models
|
||||
|
||||
Detected core models and extensions in outgoing_routing.
|
||||
|
||||
```mermaid
|
||||
classDiagram
|
||||
class stock_picking
|
||||
class stock_picking_batch
|
||||
class stock_picking_mixin
|
||||
class res_company
|
||||
class res_config_settings
|
||||
class stock_location
|
||||
class stock_move_line
|
||||
class stock_quant
|
||||
```
|
||||
|
||||
Notes
|
||||
- Classes show model technical names; fields omitted for brevity.
|
||||
- Items listed under _inherit are extensions of existing models.
|
||||
Loading…
Add table
Add a link
Reference in a new issue