fastapi_endpoint_context
by Akretion https://github.com/OCA/rest-framework , Odoo Community Association (OCA) https://github.com/OCA/rest-framework| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Community Apps Dependencies | Show |
| Lines of code | 1707 |
| Technical Name |
fastapi_endpoint_context |
| License | AGPL-3 |
| Website | https://github.com/OCA/rest-framework |
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
Usage
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.
Bug Tracker
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.
Credits
Authors
- Akretion
Contributors
- Florian Mounier florian.mounier@akretion.com
Maintainers
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.
Please log in to comment on this module