Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
5911 Visualizações

Hello,

I have a use case where a SaaS has degresssive pricing model, depending on the number of seats bought. The pricing table looks like this:

1-50: 2 EUR
51-100: 1 EUR
101- : 0.5 EUR

That means if someone buys 110 seats, the price will be 155 EUR: (50*2) + (50*1) + (10*0.5)

How could I create such a pricing model in Odoo quoting and/or invoicing?


Avatar
Cancelar

I have the same issue

Melhor resposta

Graduated or cumulative tier pricing is not supported in Odoo unless you customize how pricing works.

We apply ONE rule to the ENTIRE quantity, once a minumum threshold is met.


You can manually quote degressive / graduated / tier pricing by adding individual lines to your Quotation / Sales Order:

 

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
ago. 24
1135
1
nov. 23
2777
0
mar. 16
4022
0
set. 25
733
2
jul. 25
1275