mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-23 16:52:01 +02:00
34 lines
760 B
Markdown
34 lines
760 B
Markdown
# Opportunity to Quotation
|
|
|
|
|
|
This module adds a shortcut on one or several opportunity cases in the CRM.
|
|
===========================================================================
|
|
|
|
This shortcut allows you to generate a sales order based on the selected case.
|
|
If different cases are open (a list), it generates one sales order by case.
|
|
The case is then closed and linked to the generated sales order.
|
|
|
|
We suggest you to install this module, if you installed both the sale and the crm
|
|
modules.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-sale_crm
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- sale
|
|
- crm
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/sale_crm
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|