Skip to Content
Menu
This question has been flagged
2 Replies
3164 Views

Hello,

I am selling product and its price depends on a ordered quantity.

Example:

1-20pcs = 1EUR/pcs

20-50pcs = 0.9EUR/pcs

50-100pcs = 0.8EUR/pcs Ect.

This product, lets call it product A, may have some extra attributes. Different attributes (X) puts some extra cost for a product.

For example , attribute X puts extra 0.07 EUR to a product A price if you order 1-100. If u order 1000 quantity of product A with an attribute X, the cost of this attribute drops to 0.04 EUR/pcs.

So basically i need a product price and an attribute price depend on quantity ordered at the same time, but with different discounts.

I would like to ask if its possible to do? If so, can someone explain me how to do it, please?

am using latest version of Odoo.

Thank you in advance.

Avatar
Discard
Best Answer

In Sales settings select (enable) Sale Price : Advanced pricing based on formulas. After this create a sales pricelist from Sales-> configuration-> pricelists and create new price list where for particular product select different min. quantity and different prices.

For example Product A : min qty 1 , price 1 EUR,

                                         min qty 20, price 0.9 EUR,

                                         min qty 50, price 0.8 EUR

                                        

Avatar
Discard
Author Best Answer

Thank you so much, It works perfectly.

Avatar
Discard