Search 1.9 billion lines of Odoo code on GitHub

connector-prestashop

Author: Stephen Medina
License: no license
Branch: 8.0
Repository: stephen144/connector-prestashop
Dependencies: connector, and sale
Languages: Markdown (51, 4.8%), Python (795, 75.4%), XML (176, 16.7%), and YAML (32, 3.0%)
Other branches: 9dev

<p><a href="https://travis-ci.org/OCA/connector-prestashop"><img src="https://travis-ci.org/OCA/connector-prestashop.svg?branch=8.0" alt="Build Status"></a> <a href="https://coveralls.io/r/OCA/connector-prestashop?branch=8.0"><img src="https://coveralls.io/repos/OCA/connector-prestashop/badge.png?branch=8.0" alt="Coverage Status"></a></p> <h1>prestashoperpconnect</h1> <p>A module that allows Odoo to connect to Prestashop.</p> <h2>Requirements</h2> <p>You should install prestapyt (akretion branch) and python-requests :</p> <p><code>bash pip install -r requirements.txt </code></p> <p>This module is based on modules in other repositories : - https://github.com/OCA/connector.git - https://github.com/OCA/connector-ecommerce.git - https://github.com/OCA/product-attribute.git - https://github.com/OCA/e-commerce.git - https://github.com/OCA/sale-workflow.git</p> <h2>Getting started</h2> <ul> <li>install the module prestashoperpconnect <ul> <li>settings -&gt; modules</li> <li>choose your country accounting</li> </ul></li> <li>install the module account_accountant </li> <li>configure the chart of account (it seems that it is not required anymore with ocb branches) <ul> <li>in settings -&gt; configuration -&gt; Accounting -&gt; Chart of account</li> <li>set the template for your country</li> <li>apply</li> </ul></li> <li>configure the prestashop backend <ul> <li>Connectors -&gt; prestashop -&gt; backend click create</li> <li>1st field is the label of the backend</li> <li>Location is of the form http://server:port</li> <li>password is the api key from prestashop admin</li> <li>save</li> </ul></li> <li>import the first data from prestashop <ul> <li>click on synchronize metadata</li> <li>click on synchronize base data</li> </ul></li> <li>configure the tax groups <ul> <li>in Accounting -&gt; Configuration -&gt; Taxes -&gt; Taxes</li> <li>set a tax group for each sale vat</li> </ul></li> <li>import customers and products <ul> <li>click on &#39;import in background&#39; in front of &#39;Import customer groups and customers since&quot;</li> <li>click on &#39;import in background&#39; in front of &#39;Import product categories and products&#39;</li> </ul></li> <li>once these tasks are done (see it in Connectors -&gt; Queue -&gt; Jobs) <ul> <li>click on &#39;import in background&#39; in front of &#39;import sale orders&#39;</li> </ul></li> </ul> <h2>Unported addons</h2> <p>addon | version | summary --- | --- | --- <a href="prestashoperpconnect/">prestashoperpconnect</a> | 0.3 (unported) | Prestashop-OpenERP connector New Generation <a href="prestashoperpconnect_catalog_manager/">prestashoperpconnect<em>catalog</em>manager</a> | 0.2 (unported) | Prestashop-OpenERP Catalog Manager <a href="prestashoperpconnect_customize_example/">prestashoperpconnect<em>customize</em>example</a> | 1.0.0 (unported) | Prestashop Connector Customization Example</p>