| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/rest-framework |
| GIT | |
| GIT | https://github.com/OCA/rest-framework.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/rest-framework/tree/16.0/fastapi_encrypted_errors |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Florian Mounier |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/rest-framework |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:47 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/rest-framework: - fastapi OCA/web-api: - endpoint_route_handler |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
cryptography a2wsgi>=1.10.6 fastapi>=0.110.0 parse-accept-language python-multipart ujson |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fastapi_endpoint_form_view |
fastapi.endpoint | field | Inherits fastapi.fastapi_endpoint_form_view | |
wizard_fastapi_decrypt_errors_view_form |
wizard.fastapi.decrypt.errors | form | New |
No HTTP endpoints found for this module.
encrypt_errors
Boolean
help='Encrypt errors before sending them to the client.'
encrypted_errors_secret_key
Char
default=<expr>
help='The secret key used to encrypt errors before sending them to the client.'
readonly=True
action_generate_encrypted_errors_secret_key(self)
decrypted_error
Text
readonly=True
error
Text
required=True
fastapi_endpoint_id
Many2one → fastapi.endpoint
default=<expr>
required=True
string='FastAPI Endpoint'
args: 'fastapi.endpoint'
action_decrypt_error(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/rest-framework |
| PULL REQUEST | |
| PULL REQUEST | [18.0][MIG] fastapi encrypted errors (#583) |