Progressive Tier Pricing
Configure product-level progressive pricing and let Odoo calculate the correct sales order line unit price automatically.
The app is designed for products where the first units are charged at a base price and following units use one or more lower or different tier prices.
Key Features
- Enable progressive tier pricing per product.
- Set an included base quantity and base unit price.
- Add multiple tier lines with a start quantity and unit price.
- Apply the computed price automatically on sales order lines.
- Converts the progressive total into the required Odoo unit price.
- Preserves standard taxes, fiscal positions and discounts.
- Supports sale order line quantity changes and duplicated orders.
- Respects manual price edits made by the user.
How It Works
Odoo sales order lines expect a unit price. This app first calculates the progressive total price and then divides that amount by the ordered quantity. The resulting unit price is written on the sales order line, so Odoo can keep handling taxes, fiscal positions, discounts and totals through its standard sale flow.
No External Services
The app does not require an external service, does not add tracking, and does not send customer data outside the Odoo database.
Progressive Tier Pricing
Overview
Progressive Tier Pricing adds product-level tier pricing to Odoo Sales.
For each product, you can enable progressive pricing, configure the base quantity that is charged at the base unit price, and add one or more tier lines that define the unit price from a specific quantity onward.
Example
Configuration:
- Included Base Quantity: 3
- Base Unit Price: 3.50
- Tier from quantity 4: 2.50
Results:
- Quantity 1: total 3.50
- Quantity 2: total 7.00
- Quantity 3: total 10.50
- Quantity 4: total 13.00
- Quantity 5: total 15.50
Sales Order Behavior
Odoo sales order lines require a unit price. The module calculates the progressive total first and then writes the unit price as:
price_unit = progressive_total / ordered_quantity
Taxes, fiscal positions and discounts continue to use Odoo's standard sale order logic.
Data Privacy
The module does not require an external service, does not add tracking, and does not send customer data outside the Odoo database.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module