Search 1.9 billion lines of Odoo code on GitHub

sale_order_import_csv

Author: Akretion,Odoo Community Association (OCA)
License: AGPL-3
Branch: 10.0
Repository: aaltinisik/edi
Dependencies: sale_order_import
Languages: Python (129, 79.1%), and reStructuredText (34, 20.9%)
Other branches: 8.0, and 9.0
Other repositories: AizenL/edi, BT-aestebanez/edi, Billolha/edi, Bubbles-IT/edi, Callino/edi, Change2improve/edi, D4N/edi, Develoman/edi, ERPLibre/edi, EssentNovaTeam/edi, ForgeFlow/edi, Gabinete-Digital/edi, Ingeos/edi, JayVora-SerpentCS/edi, MathBenTech/edi, NeatNerdPrime/edi, Noviat/edi, OCA-MUK/edi, OCA/edi, ORETEK/edi, PlanetaTIC/edi, SSISoftware/edi, SanteLibre/edi, SeuMarco/edi, SimoRubi/edi, SimoneVagile/edi, Stargue/edi, TDu/edi, Tecnativa/edi, VisiionSolucionesTecnologicas/edi, aacceess75/edi, abihedia/edi-1, acsone/edi, acsone/sale-workflow, adolfoeliazat/edi, akretion/edi, akretion/purchase-workflow, akretion/sale-workflow, amendoncabh/edi, anhvu-sg/edi, anodino-dev/edi, antoinecln/edi, apachesep/edi, apetbiz/edi, aurestic/edi, bealdav/edi, bellyfat/edi, brain-tec/edi, bvkl/edi, camptocamp/edi, crece365/edi, cubicltd/odoo-OCA-edi, daramousk/edi, decodio-applications/edi, diagramsoftware/edi, edi-sprint/edi, eguane/edi, elego/edi, etobella/edi, exosoftware/oca-edi, feketemihai/edi, flotho/edi, freighttrust/edi-1, gfcapalbo/edi, gurneyalex/edi, haroldtamo/edi, hbrunn/edi, initOS/edi, inoio/oca-edi, invitu/edi, jason156/edi, joytao-zhu/edi, kbentaleb/edi, legalsylvain/edi, lideritjnma/edi, llamasfSpn/edi, maljac/edi, mjadily/edi, mohamed-helmy/edi, muguli22/edi, myceliandre/edi, njeudy/edi, onesteinbv/edi, open-net-sarl/edi, open-synergy/edi, open2bizz/edi, pasgou/edi, pscloud/edi, rconjour/edi, redcor/edi, richar-osse/edi, rousseldenis/edi, rousseldenis/sale-workflow, rubdos/edi, sanube/edi, saxomanu/edi, sbejaoui/edi, sebalix/edi, shine-it/edi, simahawk/edi, smkerz/edi, ssisoftwaresolutions/edi, steingabelgaard/edi, sunflowerit/edi, tarteo/edi, tegin/edi, tirma-sa/edi, vrenaville/edi, westlyou/edi, yogesh-serpentcs/edi, yucer/edi, and yvaucher/edi

<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="sale-order-import-csv"></a> <h2>Sale Order Import CSV</h2> <p>This module adds support for the import of electronic RFQ or orders as CSV file. The structure of the CSV file is the same as for the <a class="reference external" href="https://dilicom-prod.centprod.com">Dilicom</a> plateform (the main plateform to order books in France). It contains 2 columns:</p> <ul class="simple"> <li>the 1st column contains the product code (EAN13 or any other product code),</li> <li>the 2nd column contains the product quantity, using '.' (dot) as decimal separator and without any thousand separator.</li> </ul> <p>It shouldn't have any header line and use semi-colon as field separator. The CSV file is expected to use UTF-8 encoding ; but as product codes rarely use non-ASCII caracters, the file is identical to an ASCII-encoded file.</p> <p>Example of an order CSV file:</p> <pre class="code"> <code class="code">5410228193449;2 5449000054227;10 5449000111715;5</code> </pre> <p>As the CSV order doesn't contain any pricing information, the prices are always computed from the pricelist of the customer.</p> <p>If you want to export an Odoo purchase order as a CSV file, you can use the module <em>purchase_dilicom_csv</em> available <a class="reference external" href="https://github.com/akretion/dilicom">on Akretion's Github</a>.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>No configuration is needed.</p> <a name="usage"></a> <h3>Usage</h3> <p>Read the description of the <em>sale_order_import</em> module for a detailed usage description. As the CSV file doesn't contain any identification of the customer, when you import a CSV file, the wizard will ask you to select the customer. If you want to test the import of a CSV order and your Odoo database is loaded with the demo data, you can import the file <em>sale_order_import_csv/tests/files/order_file_test1.csv</em>.</p> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/226/10.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/edi/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 smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</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>