Search 1.9 billion lines of Odoo code on GitHub

purchase_import_supplier_cost_price

Author: Open Source Integrators, Odoo Community Association (OCA)
License: AGPL-3
Branch: 11.0
Repository: agyamuta/osi-addons
Dependencies: purchase
Languages: Python (124, 67.0%), XML (39, 21.1%), and reStructuredText (22, 11.9%)
Other repositories: Banetese/osi-addons, Chanakya-SerpentCS/osi-addons, HarshalBhoir/osi-addons, KonosCL/osi-addons, SerpentConsultingServices/osi-addons, antherkiv/osi-addons, augustodinizl/osi-addons, brian10048/osi-addons, bunhin/osi-addons, consultingerp/osi-addons, dreispt/osi-addons, hpatelserpentcs/osi-addons, jlzhou/osi-addons, kvedder-amplex/osi-addons, loftwah/osi-addons, marcelsavegnago/osi-addons, marionumza/osi-addons, mgielissen/osi-addons, mulaudzicalvin/osi-addons, murtuzasaleh/osi-addons, nikul-serpentcs/osi-addons, nucleoosystem/osi-addons, patrickrwilson/osi-addons, trevi-software/osi-addons, ursais/osi-addons, and vidtsin/osi-addons

<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="update-supplier-cost-price"></a> <h2>Update Supplier Cost Price</h2> <p>This module will update the supplier cost prices from a spreadsheet.</p> <p>It will work on following conditions:</p> <ul class="simple"> <li>If the Internal Reference does not exist, the line is skipped and it will not create any new product.</li> <li>If the Cost Price is empty in the file, the line is skipped.</li> <li>If the supplier was not supplying this product before, then the information is added in Odoo with the default values.</li> </ul> <a name="usage"></a> <h3>Usage</h3> <ol class="arabic simple"> <li>Create CSV file with following two columns:<ul> <li>Internal Reference</li> <li>Cost Price</li> </ul> </li> <li>Go to Purchase and click on &quot;Update Supplier Cost Prices&quot;</li> <li>Select XXX as the Supplier and the CSV file to upload</li> <li>Click on &quot;Update&quot;</li> <li>Check that supplier cost prices of XXX products are updated according to the data in the file.</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>Bhavesh Odedra &lt;<a class="reference external" href="mailto:bodedra&#64;opensourceintegrators.com">bodedra&#64;opensourceintegrators.com</a>&gt;</li> </ul>