I have a custom module with models that inherit from res.users. When I open the res.users.form with the Odoo admin account everything works fine, but when I open it with another user I get the following error:
File "\Odoo 8.0-20160215\server\openerp\addons\base\ir\ir_ui_view.py", line 360, in raise_view_error AttributeError: Field `sel_groups_249_250` does not exist Error context: View `res.users.form` [view_id: 153, xml_id: base.view_users_form, model: res.users, parent_id: n/a]
I have tried the following:
Adding 'share' to depends in module.
https://www.odoo.com/nl_NL/forum/help-1/question/attributeerror-field-sel-groups-5-14-15-does-not-exist-90310
Updated base module
https://github.com/odoo/odoo/issues/5820
None of the above worked