Initial commit: OCA Financial packages (186 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:04 +02:00
commit 3e0e8473fb
8757 changed files with 947473 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# Models
Detected core models and extensions in stock_picking_invoicing.
```mermaid
classDiagram
class stock_invoice_state_mixin
class stock_move
class stock_picking
class account_move
class stock_picking_type
class stock_rule
```
Notes
- Classes show model technical names; fields omitted for brevity.
- Items listed under _inherit are extensions of existing models.