Search 1.9 billion lines of Odoo code on GitHub

service_interface

Author: Therp BV
License: no license
Branch: 8.0-transsmart-refactor
Repository: 1200wd/1200wd_addons
Dependencies: base, product, and sale
Languages: Python (255, 33.7%), XML (458, 60.6%), and reStructuredText (43, 5.7%)
Other repositories: OdooBulgaria/1200wd_addons, daramousk/1200wd_addons, ezdoo/1200wd_addons, grottas/1200wd_addons, prodax/1200wd_addons, and shouyejing/1200wd_addons

<img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> <a name="interface-odoo-to-services-like-http-rest-services"></a> <h2>Interface Odoo to services like HTTP Rest services</h2> <p>Get data from or post data to various services.</p> <p>This module was primarily written to communicate with REST services, but can be extended to communicate with other services, like SOAP, as well.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>This module is meant to be used as a base for other modules to connect to various services. Each type of service will be defined by its own model.</p> <p>For each service type one or more connections can be defined, specifying a name, the service type, a connection string, a description and possibly connection information like username and password.</p> <a name="usage"></a> <h3>Usage</h3> <p>The types of services provided by this module are: - The echo service. Will return the input back as output; - The test service. Will provide a fixed output, for a fixed input; - The http service. Will use get and post requests to request data from</p> <blockquote> a service or to post data to a service through HTTP REST calls;</blockquote> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/149/8.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <p>For further information, please visit:</p> <ul class="simple"> <li><a class="reference external" href="https://www.odoo.com/forum/help-1">https://www.odoo.com/forum/help-1</a></li> </ul> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Ronald Portier &lt;<a class="reference external" href="mailto:ronald&#64;therp.nl">ronald&#64;therp.nl</a>&gt;</li> </ul> <a name="icon"></a> <h4>Icon</h4> <ul class="simple"> <li><a class="reference external" href="https://helloworld.letsencrypt.org">https://helloworld.letsencrypt.org</a></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>