mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-20 02:02:09 +02:00
15 lines
340 B
Markdown
15 lines
340 B
Markdown
# Models
|
|
|
|
Detected core models and extensions in mrp_subcontracting_account.
|
|
|
|
```mermaid
|
|
classDiagram
|
|
class mrp_production
|
|
class product_product
|
|
class stock_move
|
|
class stock_picking
|
|
```
|
|
|
|
Notes
|
|
- Classes show model technical names; fields omitted for brevity.
|
|
- Items listed under _inherit are extensions of existing models.
|