The proposal to merge lp:~openerp-dev/openobject-addons/trunk-bug-1023047-api 
into lp:openobject-addons has been updated.

Description changed to:

In Project_Timesheet/project_timesheet.py
At line 203: self.pool.get('hr.analytic.timesheet').write(cr, uid, 
[line_id.id], vals_line, context=context)
was replaced by:
if line_id.sheet_id.state in ['confirm' 'done']:
     self.pool.get('hr.analytic.timesheet').write(cr, uid, [line_id.id], 
vals_line, context=context)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1023047-api/+merge/133422
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1023047-api/+merge/133422
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1023047-api.

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to