Smile-SA / odoo_addons

Odoo addons developed by Smile
GNU Affero General Public License v3.0
285 stars 304 forks source link

[smile_access_control] [13.0] After uninstall user view do not display "Préférences" anymore #80

Open nekopep opened 4 years ago

nekopep commented 4 years ago

Hello, I just uinstalled smile access control, and I just saw that now I do not have anymore access to user préférences :/

Before uninstall: ok

After uinstall: bug

Any idea? (Even as superuser, so does not seem to be an access right issue)

alecodigo commented 4 years ago

Check the ir.model.access.csv file if your user is in the right group. You can do this check the view form and search if not exist any attr attribute invisible for that group...

On Sun, May 24, 2020, 5:48 AM nekopep notifications@github.com wrote:

Hello, I just uinstalled smile access control, and I just saw that now I do not have anymore access to user préférences :/

Before uninstall: [image: ok] https://user-images.githubusercontent.com/2825997/82750938-2a71da00-9db4-11ea-90af-4a2b7cc030ba.png

After uinstall: [image: bug] https://user-images.githubusercontent.com/2825997/82750937-2a71da00-9db4-11ea-83af-7f5870fe2205.png

Any idea? (Even as superuser, so does not seem to be an access right issue)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Smile-SA/odoo_addons/issues/80, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEL3AFMT4FEOVE3ULLZUVATRTDUNHANCNFSM4NI2DJGA .

nekopep commented 4 years ago

I found the issue: Interface actions/Users -> View / Form was unset.

See screen capture below: Screenshot_20200524_123629

Perhaps the uninstall hook should reset it?