Skip to content

Files

Latest commit

 

History

History

account_invoice_discount_formula

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
License: AGPL-3

Sale Order Multiple Discount

Often the total discount on a sale order line is the result of multiple cumulative discounts offered to the customer for different reasons. Sometimes, it's desirable to display a detail of how the total discount on a SO line was computed.

This module allows to express discounts on SO lines as mathematical expressions rather than a single number. For example, if I wish to offer to a particular customer a 10% discount for the selected payment method and an additional 20% discount for the selected payment term, on Odoo I should write a total discount of 28%; Using this module, instead, I can simply write '10+20' in the discount column.

This module implements this feature also on invoices, and takes care of propagating a discount expression from a sale order to its destination invoice(s).

Usage

To use this module, you need to enable the group 'Discount on lines' on the target user

Try me on Runbot

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing a detailed and welcomed feedback.

Credits

Images

  • Odoo Community Association: Icon.

Contributors

Maintainer

Odoo Community Association

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit https://odoo-community.org.