跳至内容
菜单
此问题已终结
1 回复
5774 查看

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?


形象
丢弃

I have the same issue

最佳答案

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:

 

形象
丢弃
相关帖文 回复 查看 活动
0
8月 24
1084
1
11月 23
2709
0
3月 16
3932
0
9月 25
660
2
7月 25
1126