mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-22 22:12:09 +02:00
29 lines
496 B
Markdown
29 lines
496 B
Markdown
# Margins in Sales Orders
|
|
|
|
|
|
This module adds the 'Margin' on sales order.
|
|
=============================================
|
|
|
|
This gives the profitability by calculating the difference between the Unit
|
|
Price and Cost Price.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-sale_margin
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- sale_management
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/sale_margin
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|