odoo_xmlrpc_twisted.functions.get_settings_odoo

For the initialisation get dedicated values to log onto Odoo system.

Functions

get_settings_odoo()

For the initialisation get all the parameters from the parameter file "parameter_global.ini" to log into the Odoo system.

odoo_xmlrpc_twisted.functions.get_settings_odoo.get_settings_odoo()[source]

For the initialisation get all the parameters from the parameter file “parameter_global.ini” to log into the Odoo system. The result of the function are the parameters to log onto the odoo system via “xmlrpclib”.

This function is used by all modules which communicate with the odoo system by “xmlrpclib” server functionality.