odoo_xmlrpc_twisted.functions¶
Core Function Modules for Integration of Odoo with external systems.
1 odoo_xmlrpc_twisted functions contains all core business logic modules that implement the functionality for communication with the Odoo ERP system via both Twisted and FastAPI interfaces.
The modules handle:
User management (authentication, registration, profile management)
Product handling (creation, updates, image processing)
Order management (stock movements, logistics workflow)
Dashboard information (product lists, statistics)
Sales and finance operations (subscriptions, payments)
These functions are called by:
The Twisted XMLRPC server (
odoo_xmlrpc_twisted.Twisted)The FastAPI REST API bridge (
odoo_xmlrpc_twisted.odoo_bridge_secure)