Search 1.9 billion lines of Odoo code on GitHub

account_invoice_discount_formula

Author: Onestein, Odoo Community Association (OCA)
License: AGPL-3
Branch: 11_add_account_invoice_discount_formula
Repository: espo-tony/account-invoicing
Dependencies: account
Languages: Python (133, 72.3%), and XML (51, 27.7%)
Other repositories: AEK-BKF/addons-onestein, AhmedHasan1991/addons-onestein, JohnLYH/addons-onestein, Nkirui/addons-onestein, PrenorSistemas/addons-onestein, RL-OtherApps/addons-onestein, a0c/addons-onestein, aaltinisik/addons-onestein, adriansteel/addons-onestein, anodino-dev/addons-onestein, aurestic/addons-onestein, bcang/addons-onestein, brain-tec/addons-onestein, camptocamp/addons-onestein, elperrofarelo/addons-onestein, eribowo/addons-onestein, focusate/addons-onestein, guewen/addons-onestein, gurneyalex/addons-onestein, iCivic/addons-onestein, inforpordev/addons-onestein, izzihector/addons-onestein, leodoooca/addons-onestein, lnkdel/addons-onestein, marcelsavegnago/addons-onestein, niulinlnc/addons-onestein, nvq247/addons-onestein, odoofans/addons-onestein, one2pret/addons-onestein, onesteinbv/addons-onestein, openmes/addons-onestein, robotiko/addons-onestein, royalline1/addons-onestein, shouyejing/addons-onestein, sunflowerit/addons-onestein, taifu/addons-onestein, tekcloud/addons-onestein, tholenstein/addons-onestein, tschanzt/addons-onestein, ursais/addons-onestein, and vidtsin/addons-onestein

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="account-invoice-discount-formula"></a> <h2>Account Invoice Discount Formula</h2> <p>Often the total discount on an invoice 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 an invoice line was computed.</p> <p>This module allows to express discounts on invoice 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.</p> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to enable the group 'Discount on lines' on the target user</p> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/95/11.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>. 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.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Antonio Esposito &lt;<a class="reference external" href="mailto:a.esposito&#64;onestein.nl">a.esposito&#64;onestein.nl</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>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.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>