fastapi_endpoint_context

This module provides an overridable request context for FastAPI
endpoints.
It allows to customize the behavior of requests deep in the odoo call
stack according to the current request context without having to
override routers that may come from external modules.
This context contains by default the current endpoint app and id,
respectively accessible via
self.env.context.get('fastapi_endpoint_app') and
self.env.context.get('fastapi_endpoint_id').
Table of contents
odoo_env dependency is automatically overridden to include FastAPI
endpoint context values.
You can override the fastapi.endpoint->_get_app_context()
method to add custom values to the context for your applications.
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
feedback.
Do not contact contributors directly about support or help with technical issues.
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
Current maintainer:

This module is part of the OCA/rest-framework project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.