Initial commit: OCA Warehouse packages (12 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:06 +02:00
commit af1eea7692
627 changed files with 55555 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# Models
Detected core models and extensions in stock_barcodes.
```mermaid
classDiagram
class stock_barcodes_action
class stock_barcodes_option
class stock_barcodes_option_group
class stock_quant
class barcodes_barcode_events_mixin
class stock_move
class stock_move_line
class stock_picking
class stock_picking_type
```
Notes
- Classes show model technical names; fields omitted for brevity.
- Items listed under _inherit are extensions of existing models.