Repository
OCA/server-tools · module folder · Try on Runboat
Module version
1.0.0
Category
Hidden
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/server-tools
Last tracking update
2026-08-07 08:23:02
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Vincent Van Rossem, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows displaying logs when server actions are executed:

1.  a log is generated as soon as an action starts
2.  a log is generated if the action is completed without any exception
    being raised, and the log displays the duration (in seconds) of the
    action itself
3.  if action's field `Enable SQL Debug` is set, queries are logged too
    during the action's execution

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
ir_actions_server_form_inherit ir.actions.server.form.inherit ir.actions.server form Inherits base.view_server_action_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • enable_sql_debug Boolean
    default=False help='Enable SQL Debug for this action' string='Enable SQL Debug'
Public methods (1)
  • run(self)

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
157 days ago
Last activity
157 days ago
Repository
OCA/server-tools
Pull request
[MIG] server_action_logging: Migration to 18.0 (#3555)
Status
Open migration PR — not merged yet for this version
CI status
no CI data
Open since
675 days ago
Last activity
92 days ago
Repository
OCA/server-tools
Pull request
[18.0] [MIG] server_action_logging: Migration to 18.0 (#3073)