Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[15.0][FIX] hr_employee_document: Remove record rules from hr.employee to avoid side effects.. #1271

Merged

Commits on Aug 22, 2023

  1. [FIX] hr_employee_document: Remove record rules from hr.employee to a…

    …void side effects.
    
    The purpose of this module is to allow a basic user (without hr permissions) to view
    the attachments related to his employee (hr.employee).
    
    By default a basic user cannot access to hr.employee model and therefore
    cannot see the attachments (ir.attachment) linked to it.
    
    This change overrides some things to allow the user's employee attachments to be displayed.
    
    TT44536
    victoralmau committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5ec7364 View commit details
    Browse the repository at this point in the history