← Back to team overview

openerp-dev-web team mailing list archive

[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-725736-jam into lp:openobject-addons

 

Jigar Amin - OpenERP has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-725736-jam into lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  #725736 Can't assign an issue
  https://bugs.launchpad.net/bugs/725736

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-725736-jam/+merge/52392

Hello,
  Bug #725736: Can't assign an issue Remove has been fixed and proposed for merging, so kindly Check this.
Thank You


-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-725736-jam/+merge/52392
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-725736-jam.
=== modified file 'project_issue/project_issue.py'
--- project_issue/project_issue.py	2011-01-17 13:12:57 +0000
+++ project_issue/project_issue.py	2011-03-07 11:07:58 +0000
@@ -208,7 +208,7 @@
                                 method=True, multi='day_open', type="float", store=True),
         'day_close': fields.function(_compute_day, string='Days to Close', \
                                 method=True, multi='day_close', type="float", store=True),
-        'assigned_to': fields.related('task_id', 'user_id', string = 'Assigned to', type="many2one", relation="res.users", store=True, help='This is the current user to whom the related task have been assigned'),
+        'assigned_to': fields.related('task_id', 'user_id', string = 'Assigned to', type="many2one", relation="res.users", store=True, readonly=True, help='This is the current user to whom the related task have been assigned'),
         'working_hours_open': fields.function(_compute_day, string='Working Hours to Open the Issue', \
                                 method=True, multi='working_days_open', type="float", store=True),
         'working_hours_close': fields.function(_compute_day, string='Working Hours to Close the Issue', \


Follow ups