reset_odoo_shell
Reset the Odoo shell session to clear session state or recover from errors. This tool terminates the current shell process, enabling a fresh session upon next code execution.
Instructions
Reset the Odoo shell session (restart the shell process).
Terminates the current shell process and clears the global shell manager,
which will cause a new shell to be started on the next code execution.
This is useful for clearing session state or recovering from errors.
:return: Success message or error description
:rtype: str
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "reset_odoo_shellArguments",
"type": "object"
}