mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-23 21:12:08 +02:00
30 lines
629 B
Markdown
30 lines
629 B
Markdown
# Sales and MRP Management
|
|
|
|
|
|
This module provides facility to the user to install mrp and sales modulesat a time.
|
|
====================================================================================
|
|
|
|
It is basically used when we want to keep track of production orders generated
|
|
from sales order. It adds sales name and sales Reference on production order.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-sale_mrp
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- mrp
|
|
- sale_stock
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/sale_mrp
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|