Search 1.9 billion lines of Odoo code on GitHub

account_invoice_line_pricelist

Author: Onestein
License: AGPL-3
Branch: 10.0
Repository: luca-vercelli/addons-onestein
Dependencies: account, product, and sale
Languages: Python (258, 95.2%), and XML (13, 4.8%)
Other branches: 8.0, and 9.0
Other repositories: AEK-BKF/addons-onestein, AhmedHasan1991/addons-onestein, ArnulfoSepulveda/addons-onestein, CLVsol/addons-onestein, Callino/addons-onestein, Comunitea/CMNT_00056_2016_BT, Gofekra/addons-onestein, HarshalBhoir/addons-onestein, Hayyan-Ebrahem/addons-onestein, ICTSTUDIO/addons-onestein, JohnLYH/addons-onestein, LevelPrime/addons-onestein, NL66278/addons-onestein, Nkirui/addons-onestein, Nucleoos/addons-onestein, OdooBulgaria/addons-onestein, PrenorSistemas/addons-onestein, RL-OtherApps/addons-onestein, RealSolutionsLux/addons-onestein, VitalPet/addons-onestein, a0c/addons-onestein, aaltinisik/addons-onestein, adriansteel/addons-onestein, alangwansui/addons-onestein, anodino-dev/addons-onestein, aravinthu/addons-onestein, aurestic/addons-onestein, aymanshow/addons-onestein, bcang/addons-onestein, brain-tec/addons-onestein, cameroun/addons-onestein, camptocamp/addons-onestein, diagramsoftware/addons-onestein, elperrofarelo/addons-onestein, eqms/addons-onestein, eribowo/addons-onestein, focusate/addons-onestein, gfcapalbo/addons-onestein, grant-thornton/addons-onestein, guewen/addons-onestein, gurneyalex/addons-onestein, haryoran04/addons-onestein, hbrunn/addons-onestein, iCivic/addons-onestein, inforpordev/addons-onestein, izzihector/addons-onestein, jimhoefnagels/addons-onestein, jlzhou/addons-onestein, junusd/addons-onestein, kenvac/addons-onestein, kikopeiro/addons-onestein, leodoooca/addons-onestein, levkar/addons-onestein, lnkdel/addons-onestein, marcelsavegnago/addons-onestein, maurolguin1/addons-onestein, minhhq09/addons-onestein, mulaudzicalvin/addons-onestein, nick2474/addons-onestein, niulinlnc/addons-onestein, nvq247/addons-onestein, odof/addons-onestein, odoobgorg/addons-onestein, odoofans/addons-onestein, omarlemorac/addons-onestein, one2pret/addons-onestein, onesteinbv/addons-onestein, openmes/addons-onestein, robotiko/addons-onestein, royalline1/addons-onestein, sc4you/addons-onestein, scbrianti/addons-onestein, shouyejing/addons-onestein, sunflowerit/addons-onestein, taifu/addons-onestein, tekcloud/addons-onestein, thinkwelltwd/addons-onestein, tholenstein/addons-onestein, tschanzt/addons-onestein, tusharkwagh99/addons-onestein, ursais/addons-onestein, vcloud9ray/addons-onestein, vidtsin/addons-onestein, westlyou/addons-onestein, yasmanycastillo/addons-onestein, and yasserkaddour/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-line-pricelist"></a> <h2>Account Invoice Line Pricelist</h2> <p>By installing this module, on customer/sale invoice lines the unit price will be calculated based on the Price List set for the Invoice. If no Price List is set on the invoice, then it will be calculated based on the Price List set for the Customer.</p> <p>By default, in the standard Odoo, the method 'product_id_change' of model 'account.invoice.line' doesn't take in consideration the pricelist assigned to a customer when calculating the unit price of customer/sale invoice. Moreover, in the standard Odoo, the model 'account.invoice' hasn't a pricelist related field.</p> <p>For invoices created from sale orders, product prices are already based on price lists. This is the standard behavior on Odoo. Only for the invoices created manually, the pricelist is not take in consideration. This module aims to fix this behavior.</p> <p>The same functionality, as described above, is provided for sale refunds.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>No special configuration is needed.</p> <a name="usage"></a> <h3>Usage</h3> <p>To use this module, you need to:</p> <ol class="arabic simple"> <li>Set a price list for a Customer</li> <li>Create a sale invoice for that Customer</li> <li>On invoice lines, add some products (of which price is defined in price list)</li> <li>Check whether the unit prices of the products are set accordingly to the price list</li> </ol> <a name="credits"></a> <h3 class="with-subtitle">Credits</h3> <h3 class="section-subtitle" id="contributors"><span class="section-subtitle">Contributors</span></h3> <ul class="simple"> <li>Andrea Stirpe &lt;<a class="reference external" href="mailto:a.stirpe&#64;onestein.nl">a.stirpe&#64;onestein.nl</a>&gt;</li> <li>Antonio Esposito &lt;<a class="reference external" href="mailto:a.esposito&#64;onestein.nl">a.esposito&#64;onestein.nl</a>&gt;</li> </ul>