Repository
OCA/web-api · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/web-api
Last tracking update
2026-08-07 08:43:00
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
SilvioC2C, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/server-tools:
OCA/web-api:
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
endpoint_cache_preheat
Description
Technical module provide basic caching configuration and utils for
endpoints.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
endpoint_mixin_form_view endpoint.mixin form Inherits endpoint.endpoint_mixin_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • cache_att_count Integer
    compute='_compute_cache_att_count' string='Cache count'
  • cache_policy Selection
    default='day' selection=[('day', 'Daily'), ('week', 'Weekly'), ('month', 'Monthly')]
Public methods (3)
  • action_preheat_cache(self)
  • action_purge_cache_attachments(self)
    Action to purge cache attachments
  • action_view_cache_attachments(self)
    Action to view cache attachments

Loading…