Comment 2 for bug 311548

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,))