autosummary odoo_xmlrpc_twisted_functions

List of all modules of the repository 1   odoo_xmlrpc_twisted functions.

odoo_xmlrpc_twisted.functions.change_password

Change the password of the user.

odoo_xmlrpc_twisted.functions.check_user_login

Validate if login and password are correct.

odoo_xmlrpc_twisted.functions.count_product_place

Return the number of products in a place for a customer.

odoo_xmlrpc_twisted.functions.create_activatetoken

During the activation of a user set the "activate" fields in the "res.users" table.

odoo_xmlrpc_twisted.functions.create_dummy_product

Create a minimal (dummy) product with an auto-assigned RFID from a sequence.

odoo_xmlrpc_twisted.functions.create_order

Create the records for moving an object in the Stock Move flow.

odoo_xmlrpc_twisted.functions.create_product

Create a new product with the details.

odoo_xmlrpc_twisted.functions.create_resettoken

During password reset procedure set the "reset" fields in the "res.users" table.

odoo_xmlrpc_twisted.functions.create_subscription

Creates a Subscription for a customer.

odoo_xmlrpc_twisted.functions.create_user

Create a new user in Odoo for a customer.

odoo_xmlrpc_twisted.functions.crop_hints

Crop an image.

odoo_xmlrpc_twisted.functions.email_exist

Check if a user with that e-mail already exists.

odoo_xmlrpc_twisted.functions.get_available_countries

Give back all available countries from Odoo system.

odoo_xmlrpc_twisted.functions.get_available_states

Give back all available states for given country and language.

odoo_xmlrpc_twisted.functions.get_credentials

Get the credentials of a user.

odoo_xmlrpc_twisted.functions.get_installed_languages

The Module gives back all installed languages of the Odoo system.

odoo_xmlrpc_twisted.functions.get_installed_user_titles

Gives back the installed user titles for a specific language code from the Odoo system.

odoo_xmlrpc_twisted.functions.get_label

Detect name and description of an object.

odoo_xmlrpc_twisted.functions.get_language

Get the language of a user.

odoo_xmlrpc_twisted.functions.get_picture_string

Get the picture in form of a data string from a specific product to display it on the dasboard of the user.

odoo_xmlrpc_twisted.functions.get_product

Get a specific product.

odoo_xmlrpc_twisted.functions.get_product_list

Get the list of products for a user, optionally filtered by place.

odoo_xmlrpc_twisted.functions.get_product_place_list

Get the list of products for a user filtered by a specific place.

odoo_xmlrpc_twisted.functions.get_settings_odoo

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

odoo_xmlrpc_twisted.functions.get_user_address_values

Module get the address data of a user.

odoo_xmlrpc_twisted.functions.get_user_profile_values

Module get some values from a user.

odoo_xmlrpc_twisted.functions.login_exist

Check if a user with that login already exists.

odoo_xmlrpc_twisted.functions.name_exist

Module checks if a user with that name already exists.

odoo_xmlrpc_twisted.functions.remove_background

Remove the background from an image.

odoo_xmlrpc_twisted.functions.save_picture

Module saves the picture of an object in Odoo.

odoo_xmlrpc_twisted.functions.test_activatetoken

Test if a user with the "x_activate_token" does exist.

odoo_xmlrpc_twisted.functions.test_odoo_connection

Test the connection to Odoo Server.

odoo_xmlrpc_twisted.functions.test_odoo_xmlrpc_server

Test if the XML-RPC server connected to the Odoo system is running and handling XML-RPC calls correctly.

odoo_xmlrpc_twisted.functions.test_resettoken

Test if a user with the "x_reset_token" does exist.

odoo_xmlrpc_twisted.functions.test_twisted_connection

Tests the connection to the Twisted Server.

odoo_xmlrpc_twisted.functions.update_activatetoken

Update the "x_activate_token" of a user.

odoo_xmlrpc_twisted.functions.update_product

Module updates a product

odoo_xmlrpc_twisted.functions.update_resettoken

Update the "x_reset_token" of a user.

odoo_xmlrpc_twisted.functions.update_user_address_values

Module updates the user address values.

odoo_xmlrpc_twisted.functions.update_user_profile_values

Module updates the user profile values.