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

Requested reviews:
  Bhumika (OpenERP) (sbh-openerp)

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

Changes - BugFix :
   - Bug #862050 : while installing the project module and clicking on project 
menu 
      Added Missing columns for user relation in view project.vs.hour pg_view.
Kindly Review this.
Thank You
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-862050-jam/+merge/77468
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-862050-jam.
=== modified file 'project/report/project_report.py'
--- project/report/project_report.py	2011-01-14 00:11:01 +0000
+++ project/report/project_report.py	2011-09-29 07:25:20 +0000
@@ -126,6 +126,7 @@
     _description = " Project vs  hours"
     _auto = False
     _columns = {
+        'uid':fields.many2one('res.users', 'User', readonly=True),
         'project': fields.char('Project', size=128, required=True),
         'remaining_hours': fields.float('Remaining Hours', readonly=True),
         'planned_hours': fields.float('Planned Hours', readonly=True),

_______________________________________________
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