FastAPI Encrypted Errors

fastapi_encrypted_errors
REPOSITORY
REPOSITORYOCA/rest-framework
GIT
GIThttps://github.com/OCA/rest-framework.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/rest-framework/tree/16.0/fastapi_encrypted_errors
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Florian Mounier
WEBSITE
WEBSITEhttps://github.com/OCA/rest-framework
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • 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
Public methods (1)
  • action_generate_encrypted_errors_secret_key(self)

New fields (3)
  • 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'
Public methods (1)
  • action_decrypt_error(self)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/rest-framework
PULL REQUEST
PULL REQUEST[18.0][MIG] fastapi encrypted errors (#583)