Error in first use of "My Daily Timebox"

Bug #311548 reported by Yannick Warnier
2
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

In trunk version, an error appears when clicking on Project Management > Time Management > My Daily Timebox:

Application Error!

need more than 1 value to unpack

The server reports:
(Pdb) except_wizard('Error !', 'No timebox of the type "%s" defined !')
> /usr/local/share/openerp/unstable/server/bin/addons/project_gtd/wizard/project_gtd_daily.py(36)_open_timebox()
-> raise wizard.except_wizard('Error !', 'No timebox of the type "%s" defined !')

Tags: timesheet
Changed in openobject-addons:
status: New → Fix Released
Revision history for this message
Yannick Warnier (ywarnier) wrote :

Doesn't seem to be fixed. I updated server and addons and relaunched server and web client, but the error still appears.

Revision history for this message
Yannick Warnier (ywarnier) wrote :

This is the new error

AssertionError('0 reference(s) to mrp.process_process_serviceproductworkflow0. You should have one and only one !',)
> /usr/local/share/openerp/unstable/server/bin/addons/base/ir/ir_model.py(416)_get_id()
-> assert len(ids)==1, '%d reference(s) to %s.%s. You should have one and only one !' % (len(ids), module, xml_id)
(Pdb) except_wizard('Error !', 'No timebox of the type "daily" defined !')
> /usr/local/share/openerp/unstable/server/bin/addons/project_gtd/wizard/project_gtd_daily.py(36)_open_timebox()
-> raise wizard.except_wizard('Error !', 'No timebox of the type "%s" defined !' % (tbtype,))

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.