openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #13527
[Bug 1023324] [NEW] task work change amount
Public bug reported:
If you create a work by task and save it and try to edit that work and
change the amount you get 'journal_id' error. This is because
project_timesheet module has a write method that on project.task.work
that will call timesheet_obj.on_change_unit_amount procedure with
vals_line['journal_id'] which doesn't exist because 'user_id' doesn't
exist in vals and you will get an error ('user_id' doesn't exist in vals
because it stays the same).
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1023324
Title:
task work change amount
Status in OpenERP Addons (modules):
New
Bug description:
If you create a work by task and save it and try to edit that work and
change the amount you get 'journal_id' error. This is because
project_timesheet module has a write method that on project.task.work
that will call timesheet_obj.on_change_unit_amount procedure with
vals_line['journal_id'] which doesn't exist because 'user_id' doesn't
exist in vals and you will get an error ('user_id' doesn't exist in
vals because it stays the same).
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1023324/+subscriptions
Follow ups
References