odoo/tutorials#951
Created by Sanket Hasmukhbhai Tank (stan)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 27s)
- ci/tutorial: (runtime 122s)
- label
- odoo-dev:18.0-discount-value-stan
- head
- 5f467e1e23fe1635efa7c829d54e86260c58e6a2
odoo/tutorials | |
---|---|
18.0 | #951 missing r+ |
19.0 | |
master |
[ADD] sale_discount_value_update: Added module for sale_management
Currently, in the sale_management
module, when a global discount line is added and changes are made to order lines, such as altering the price, quantity, or product, the discount line does not update accordingly.
This change introduces a new module, sale_discount_value_update
, which fixes this issue.