I need the ability to reduce the unit cost of each item when a total of 15 units are purchased. Currently only able to apply pricelist at line item level at minimum quantity.
Ex:
1-14 units are $62 per unit
15+ units are $60 per unit
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I need the ability to reduce the unit cost of each item when a total of 15 units are purchased. Currently only able to apply pricelist at line item level at minimum quantity.
Ex:
1-14 units are $62 per unit
15+ units are $60 per unit
Hello Yianni Brakos,
To implement a Quantity Discount at the total order level in Odoo (i.e., apply a discount to each item's unit price when the total quantity across all order lines reaches 15), you need to go beyond the standard Odoo pricelist configuration, as default pricelists apply quantity breaks per line, not on the cumulative quantity in the order.
You can create a simple custom module to check the total quantity of a specific product in the sale order, and update the unit price accordingly.
You could build a automated action triggered on sale order updates that checks the total quantity and sets the price accordingly.
Thanks & Regards,
Mobile: (+91) 8849036209
Email: info@candidroot.com
Create an account today to enjoy exclusive features and engage with our awesome community!
Prijavi
In Odoo, pricelists apply per line, so total quantity across multiple lines won’t trigger a discount by default.
Options:
Enter all 15+ units in one line to trigger the pricelist.
Use Odoo Studio or a custom module to adjust unit prices based on total quantity.
If on Enterprise, use Promotions & Coupons to apply order-level discounts.