Search 1.9 billion lines of Odoo code on GitHub

product_price_import

Author: ICTSTUDIO, Andre Schenkels
License: AGPL-3
Branch: 10.0
Repository: mayjo79/odoo-extra-addons
Dependencies: product
Languages: Python (841, 77.4%), XML (228, 21.0%), and reStructuredText (17, 1.6%)
Other branches: 21-base-cron-log-module, and 8.0
Other repositories: AizenL/odoo-extra-addons, Gofekra/odoo-extra-addons, HarshalBhoir/odoo-extra-addons, ICTSTUDIO/odoo-extra-addons, aaltinisik/odoo-extra-addons, aurestic/ictstudio-odoo-extra-addons, brain-tec/odoo-extra-addons, damendieta/odoo-extra-addons, diagramsoftware/ictstudio-odoo-extra-addons, diegobgl/odoo-extra-addons, dochse/odoo-extra-addons, eksotama/odoo-extra-addons, eribowo/odoo-extra-addons, erp-m/odoo-extra-addons, grottas/odoo-extra-addons, guillermm/odoo-extra-addons, haryoran04/odoo-extra-addons, kholioeg/odoo-extra-addons, more2makeTim/odoo-extra-addons, mudismud/odoo-extra-addons, nick2474/odoo-extra-addons, one2pret/odoo-extra-addons, pathom111/odoo-extra-addons, rkhalil1990/odoo-extra-addons, sc4you/odoo-extra-addons, sewisoft/odoo-extra-addons, spacimek/odoo-extra-addons, ssisoftwaresol/odoo-extra-addons, sunflowerit/odoo-extra-addons, tate11/odoo-extra-addons, thom-peele/odoo-extra-addons, and yasmanycastillo/odoo-extra-addons

<h1 class="title">Product Price import</h1> <p>The CSV file must have a header line with the following fields:</p> <p>Import Cost Price: - productcode (The default_code of products in ODOO) - kostprijs (The standard_price in ODOO)</p> <p>Import Sale Price: - productcode (The default_code of products in ODOO) - verkoopprijs (The list_price in ODOO)</p> <p>Import Purchase Price: - productcode - inkoopprijs</p> <p>Import Pricelist: - productcode (The product_code of Supplierinfo or default_code of products in ODOO) - stuks (The min_qty in Pricelist item) - prijs (The price_surcharge of a pricelist item, with price_discount = -1)</p>