mirror of
https://github.com/bringout/oca-purchase.git
synced 2026-04-21 07:22:06 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
544 B
Markdown
20 lines
544 B
Markdown
# 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.
|