Search 1.9 billion lines of Odoo code on GitHub

server_env_connector_magento

Author: Camptocamp,Odoo Community Association (OCA)
License: AGPL-3
Branch: 10.0
Repository: acsone/connector-magento
Dependencies: base, connector_magento, and server_environment
Languages: Python (48, 53.3%), and reStructuredText (42, 46.7%)
Other branches: 10.0-abi_master, 10.0-components, 10.0-components-with_setup, 10.0-mig-magentoerpconnect_transaction_id-lmi, 10.0-multi_company-cpi, and 10.0-read_info_from_backend_wizard-lmi
Other repositories: App247/connector-magento, Change2improve/connector-magento, DevTalents/connector-magento, GlodoUK/connector-magento, GrupoAlvamex/connector-magento, Guobower/connector-magento, Ingeos/connector-magento, NeatNerdPrime/connector-magento, OCA/connector-magento, Palpid/connector-magento, SoftProjectsGroup/connector-magento, VanMoof/connector-magento, VisiionSolucionesTecnologicas/connector-magento, akretion/connector-magento, anodino-dev/connector-magento, apetbiz/connector-magento, atolodas/connector-magento, aurestic/connector-magento, bellodox/connector-magento, bishalgit/connector-magento, brain-tec/connector-magento, bumanit/connector-magento, bvkl/connector-magento, camptocamp/connector-magento, diagramsoftware/connector-magento, esousy/connector-magento, guewen/connector-magento, haroldtamo/connector-magento, hibou-io/oca-connector-magento, isoscl/connector-magento, jason156/connector-magento, jcoux/connector-magento, jsilvestar/connector-magento, kay-apao25/connector-magento, kuafucode/connector-magento, lideritjnma/connector-magento, mahmoudmustafa/connector-magento, meurotops/connector-magento, nisheednair/connector-magento, pnajman-modoolar/connector-magento, pscloud/connector-magento, pythoner-3k/connector-magento, raofei/connector-magento, ruter-lyu/connector-magento, sanhi/connector-magento, sanube/connector-magento, sc4you/connector-magento, sebalix/connector-magento, sunflowerit/connector-magento, suwubee/connector-magento, tjuola/connector-magento, x0rzkov/odoo-connector-magento, yvaucher/connector-magento, and zakiuu/connector-magento

<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="magento-connector-server-environment-configuration"></a> <h2>Magento Connector - Server Environment Configuration</h2> <p>This module is based on the <code>server_environment</code> module to use files for configuration. Thus we can have a different configutation for each environment (dev, test, staging, prod). This module define the config variables for the <code>connector_magento</code> module.</p> <a name="installation"></a> <h3>Installation</h3> <p>Install the addon.</p> <a name="configuration-and-usage"></a> <h3>Configuration and usage</h3> <p>In the configuration file, you can configure the url, login and password of the Magento Backends.</p> <p>Exemple of the section to put in the configuration file:</p> <pre> <code>[magento_backend.name_of_the_backend] location = http://localhost/magento/ username = my_api_login password = my_api_password</code> </pre> <a name="usage"></a> <h3>Usage</h3> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/107/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/connector-magento/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="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Guewen Baconnier &lt;<a class="reference external" href="mailto:guewen.baconnier&#64;camptocamp.com">guewen.baconnier&#64;camptocamp.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>