1
from osv import fields,osv
3
class res_users(osv.osv):
7
'project_ids': fields.many2many('project.project', 'project_user_rel', 'uid', 'project_id', 'Projects',
8
help="These are the projects in which the user has been chosen as one of the members"),
b'\\ No newline at end of file'