mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-24 12:52:03 +02:00
36 lines
642 B
Markdown
36 lines
642 B
Markdown
# Sales and Warehouse Management
|
|
|
|
|
|
Manage sales quotations and orders
|
|
==================================
|
|
|
|
This module makes the link between the sales and warehouses management applications.
|
|
|
|
Preferences
|
|
-----------
|
|
* Shipping: Choice of delivery at once or partial delivery
|
|
* Invoicing: choose how invoices will be paid
|
|
* Incoterms: International Commercial terms
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-sale_stock
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- sale
|
|
- stock_account
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/sale_stock
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|