endpoint
This module provides a framework for creating custom HTTP endpoints in Odoo that execute user-defined Python code snippets.
Key Features
- endpoint: Enables creation of custom HTTP endpoints with configurable routes, methods, and authentication types.
- endpoint: Supports execution of Python code snippets in a controlled environment with access to Odoo context.
- endpoint: Provides request validation for HTTP methods and content types.
- endpoint: Allows logging of endpoint operations to the ir_logging table.
- endpoint: Supports company-specific endpoint configurations.
- endpoint: Manages automatic registration and synchronization of routes in the Odoo routing registry.
- endpoint: Offers an endpoint mixin for extending endpoint capabilities to other models.