ir_cron args constraint failure is uninformative

Bug #1109002 reported by Richard Lewis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Confirmed
Medium
OpenERP's Framework R&D

Bug Description

When the constraint on the ir.cron 'args' field fails, very little information is provided. The message

  Error occurred while validating the field(s) args: Invalid arguments

appears in the log. The _check_args method on the ir.cron model class captures the exception thrown by str2tuple and throws it away. It could at least dump the exception in the error log.

http://bazaar.launchpad.net/~openerp/openobject-server/trunk/view/head:/openerp/addons/base/ir/ir_cron.py#L86

Changed in openobject-server:
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
importance: Undecided → Medium
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.