project_timesheet: impossible to edit a task work
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Released
|
Medium
|
OpenERP R&D Addons Team 1 | |||
6.1 |
Fix Released
|
Medium
|
OpenERP Publisher's Warranty Team | |||
Therp Backports (Deprecated) | Status tracked in Addons-6.1 | |||||
Addons-6.1 |
Fix Released
|
Medium
|
Holger Brunn (Therp) |
Bug Description
openobject-
openobject-
openerp-web/6.1 revno 2270
- Install project_timesheet
- Create a new project and a new task
- Using web interface, create a new 'task work' for that task and save the task.
- Edit the task and try to edit the task work, modifying the time spent.
Get
2012-03-12 13:18:38,920 23377 ERROR ? openerp.osv.osv: Uncaught exception
Traceback (most recent call last):
File "/home/
return f(self, dbname, *args, **kwargs)
File "/home/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/
File "/home/
result = super(task,
File "/home/
result += self._columns[
File "/home/
obj.write(cr, user, [act[1]], act[2], context=context)
File "/home/
context = {}
KeyError: 'journal_id'
Related branches
- OpenERP Core Team: Pending requested
-
Diff: 25 lines (+4/-4)1 file modifiedproject_timesheet/project_timesheet.py (+4/-4)
- Holger Brunn (Therp) (community): Needs Fixing
- Amit Dodiya (OpenERP) (community): Needs Resubmitting
- Naresh(OpenERP) (community): Approve
-
Diff: 38 lines (+11/-13)1 file modifiedproject_timesheet/project_timesheet.py (+11/-13)
- Stefan Rijnhart (Opener) (community): Approve
-
Diff: 34 lines (+9/-7)1 file modifiedproject_timesheet/project_timesheet.py (+9/-7)
Changed in openobject-addons: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1) |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
tags: | added: maintenance |
Changed in openobject-addons: | |
status: | Confirmed → In Progress |
Changed in openobject-addons: | |
status: | In Progress → Fix Committed |
Hello Lorenzo,
Thanks for reporting!
This issue has been fixed on lp:~openerp-dev/openobject-addons/trunk-bug-953006-amp branch with following revision no and revision ID.
rev no : 6711
rev Id : 6711 <email address hidden>
Thanks again!