Initial commit: OCA Workflow Process packages (456 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:00 +02:00
commit d366e42934
18799 changed files with 1284507 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# Models
Detected core models and extensions in purchase_landed_cost.
```mermaid
classDiagram
class purchase_cost_distribution
class purchase_cost_distribution_expense
class purchase_cost_distribution_line
class purchase_cost_distribution_line_expense
class purchase_expense_type
class account_move
class account_move_line
class purchase_order
class stock_picking
```
Notes
- Classes show model technical names; fields omitted for brevity.
- Items listed under _inherit are extensions of existing models.