I want to just check user access right of user from the xmlrpc
ids = models.execute_kw(dbname, uid, pwd,
'res.users', 'user_has_groups',
{'groups_id' : hr_manager_group_id})
print "@@@@@@@@@@@", ids
i try this type but i failed to output
i want to check user has Manager, Employee or Officer in HR from xmlrpc
please reply as soon as possible...
when i will try from admin user it will chekc if i try with manager and user it will give me some error
for access right