Hoping for some help please.
I have an Odoo v16 enterprise DB (Odoo Online) being used as trial for a client.
We are using subscription products for services to deliver hours of "Support Packs".
I have defined on the default Public Pricelist (product.pricelist) for the product, 10 different extra prices depending on quantity. On a sliding scale for example:
10 units = £50 p/hr
20 units = £45 p/hr
50 units = £40 p/hr
etc.
This works fine when the product is added to Sale Order and quantity set automatically adjusts the price accordingly. However when setting the "Recurrence" for the subscription, this forces the price to back to zero.
It seems like subscription products need to have their own pricelists defined, separately from the main one? (using model product.pricing instead of product.pricelist).
Surely this is not right. It seems like a bug because this means it's not possible to use advanced pricelist formulas for price-bands by quantity?
Major limitation in v16 if this is the case or am I missing something...