[IMP] project_Scrum: rename string

bzr revid: hmo@tinyerp.com-20101012145030-2cf2f2f5mx930tgr
This commit is contained in:
Harry (OpenERP) 2010-10-12 20:20:30 +05:30
parent d1664dadfc
commit 38c792a70e
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ class project_scrum_meeting(osv.osv):
'question_blocks': fields.text('Blocks encountered'),
'question_backlog': fields.text('Backlog Accurate'),
'task_ids': fields.many2many('project.task', 'meeting_task_rel', 'metting_id', 'task_id', 'Tasks'),
'user_id': fields.related('sprint_id', 'scrum_master_id', type='many2one', relation='res.users', string='Responsible', readonly=True),
'user_id': fields.related('sprint_id', 'scrum_master_id', type='many2one', relation='res.users', string='Scrum Master', readonly=True),
}
#
# TODO: Find the right sprint thanks to users and date