oca-technical/odoo-bringout-oca-server-tools-server_action_logging/server_action_logging/readme/DESCRIPTION.rst
2025-08-29 15:43:03 +02:00

7 lines
378 B
ReStructuredText

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