Repository
odoo/odoo · module folder
Module version
1.0
Category
Sales
Folder size
0.12 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 04:56:43
Authors
Maintainers
None
Committers
Olivier Dony, Christophe Simonis, Martin Trigaux, Odoo Translation Bot, Denis Ledoux, Goffin Simon, Nicolas Martinelli, qdp-odoo, Damien Bouvy, Yannick Tivisse, qsm-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module lets you calculate discounts on Sale Order lines and Invoice lines base on the partner's pricelist.
===============================================================================================================

To this end, a new check box named 'Visible Discount' is added to the pricelist form.

**Example:**
    For the product PC1 and the partner "Asustek": if listprice=450, and the price
    calculated using Asustek's pricelist is 225. If the check box is checked, we
    will have on the sale order line: Unit price=450, Discount=50,00, Net price=225.
    If the check box is unchecked, we will have on Sale Order and Invoice lines:
    Unit price=225, Discount=0,00, Net price=225.
    

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_pricelist_view_form product.pricelist.form product.pricelist form Inherits product.product_pricelist_view
product_pricelist_view_tree product.pricelist.tree product.pricelist tree Inherits product.product_pricelist_view_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (0)

No models found for this module.

Loading…

Loading…

Loading…