Devishree Brahmbhatt (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-751401-dbr into 
lp:openobject-addons.

Requested reviews:
  Bhumika (OpenERP) (sbh-openerp)
Related bugs:
  Bug #751401 in OpenERP Addons: "[PS] Problem with progression bar while 
encoding work done"
  https://bugs.launchpad.net/openobject-addons/+bug/751401

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-751401-dbr/+merge/61099
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-751401-dbr/+merge/61099
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-751401-dbr.
=== modified file 'project/project.py'
--- project/project.py	2011-05-04 05:15:43 +0000
+++ project/project.py	2011-05-16 11:45:52 +0000
@@ -449,7 +449,7 @@
                 'project.task': (lambda self, cr, uid, ids, c={}: ids, ['work_ids', 'remaining_hours', 'planned_hours'], 10),
                 'project.task.work': (_get_task, ['hours'], 10),
             }),
-        'progress': fields.function(_hours_get, method=True, string='Progress (%)', multi='hours', group_operator="avg", help="Computed as: Time Spent / Total Time.",
+        'progress': fields.function(_hours_get, method=True, string='Progress (%)', multi='hours', group_operator="avg", help="If the task has a progress of 99.99% you should close the task if it's finished or reevaluate the time",
             store = {
                 'project.task': (lambda self, cr, uid, ids, c={}: ids, ['work_ids', 'remaining_hours', 'planned_hours','state'], 10),
                 'project.task.work': (_get_task, ['hours'], 10),

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

Reply via email to