rest-framework
rest-framework copied to clipboard
This module provides a simple way to protect several fastapi endpoints routes with a captcha. ### Description It curreently supports the following captcha providers: - [Google reCAPTCHA](https://www.google.com/recaptcha) - [hCaptcha](https://www.hcaptcha.com/) -...
> This module allows an endpoint to activate full request logging in a database model. > > It is useful to debug production issues or to monitor the usage of...
This is a migration PR Task: 4619
## Module graphql_base ## Describe the bug The `graphql_base` module does not appear in the Odoo Apps panel, which can confuse developers trying to install or explore the module through...
## Module fastapi ## Describe the bug ```py 2025-03-27 11:15:26,319 13776 ERROR my-odoo-instance odoo.http: Exception during request handling. Traceback (most recent call last): File "/home/odoo/src/odoo/odoo/tools/cache.py", line 99, in lookup r...
## Module fastapi ## Describe the bug File "/fastapi/models/fastapi_endpoint.py", line 201, in _reset_app self._reset_app_cache_marker.clear_cache(self) AttributeError: 'function' object has no attribute 'clear_cache' ## To Reproduce **Affected versions**: 16.0 Steps to reproduce...
## Module [15.0] Call api first time from postman after restart odoo services ## Describe the bug functools.partial(), /fastapi/api/v1/get_after_sale_policy_by_partner: Function declared as capable of handling request of type 'fastapi' but...
When trying to install `fastapi` module we get this error: `2025-12-06 19:16:30,375 306 CRITICAL odoo odoo.modules.module: Couldn't load module fastapi 2025-12-06 19:16:30,379 306 WARNING odoo odoo.modules.loading: Transient module states were...