This question has been flagged
2093 Views

odoo version 9 I wan to display the Access Rights page in employee. I found that the Access Rights page of user is created by function, is not defined by xml. my problem is wether the fields such as sel_groups_x_x can be used as related feilds. I try, failured what is the correct way to move the page to employee form view? please class groups_view(osv.osv): _inherit = 'res.groups' .... def update_user_groups_view(self, cr, uid, context=None): .....

Avatar
Discard