Repository
OCA/rest-framework · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/rest-framework
Last tracking update
2026-08-07 08:09:13
Authors
Akretion, Odoo Community Association (OCA)
Maintainers
Akretion, Odoo Community Association (OCA)
Committers
Weblate, Florian Mounier, OCA-git-bot, oca-ci
Odoo dependencies
OCA/rest-framework:
OCA/web-api:
Python dependencies
cryptography, a2wsgi>=1.10.6, fastapi>=0.110.0, parse-accept-language, python-multipart, ujson
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
fastapi_endpoint_form_view fastapi.endpoint form 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
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
220 days ago
Last activity
89 days ago
Repository
OCA/rest-framework
Pull request
[18.0][MIG] fastapi encrypted errors (#583)