Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3705 Vistas

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
Descartar
Mejor respuesta

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
Descartar
Autor Mejor respuesta

Thank you so much, It works perfectly.

Avatar
Descartar