Host a WSGI application with Odoo
Posted on October 06, 2015 in blog • Tagged with odoo, wsgi, soap, web service • Leave a comment
Intro
Odoo is a business application which can be separated, from a technical point of view, in three parts:
- the business application itself (the framework + modules, Root, dispatching requests of the Web client to the Web controllers) ;
- an XML-RPC web service layer
(wsgi_xmlrpc,
managing all
/xmlrpc/
requests); - and the Web ...