Daily updates from Odoo
Friday, September 12, 2014
2 changes · master
Enhancements to existing features
Point of Sale now checks cash journals more appropriately when cash control is involved and shows clearer warning messages instead of technical error details. This makes payment setup issues easier for users to understand and avoids exposing confusing traceback information in popups.
Original PR description
...ching cash_journal,removed osv-except and raised warning instead and made small changes in js so popup do not display trackback if exception type is warning" - Task: https://www.odoo.com/web?&debug=#id=8494&view_type=form&model=project.task&action=333&active_id=131 - Pad: https://pad.odoo.com/p/r.UOpHDHzgakuwXGDH
Administrators can now enable debugging for selected server actions when the server is started with the appropriate option. This helps teams investigate automation issues more easily while keeping the capability controlled to reduce misuse in hosted environments.
Original PR description
This adds functionality to allow debugging of server actions through the Python debugger. It consists of both a server startup option (to protect against misuse on SaaS), and a new boolean on ir.actions.server that determines which server actions to debug.