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

[MIG][11.0] hr_employee_seniority #589

Merged
merged 22 commits into from
May 13, 2019

Commits on May 13, 2019

  1. New module: hr_employee_seniority: keep track of employees' length of…

    … service
    
    Make it searchable and put it up on the employee tree view. Also, make it accessable
    only to base.group_hr_user and hr_security.group_payroll_manager.
    
    Move initial_employment_date of hr.employee from hr_policy_accrual into this module. Also, for some
    reason the view was declared in hr_payroll_period, so move that here as well.
    miketelahun authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    9d45b92 View commit details
    Browse the repository at this point in the history
  2. hr_employee_seniority: remove group restriction on initial_employment…

    …_date and seniority
    
    Apparantly the ORM doesn't hide just the field, it hides the entire object. So, this just makes
    it too much of a hassle.
    miketelahun authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    7c4baaa View commit details
    Browse the repository at this point in the history
  3. [FIX] PEP8

    Maxime Chambreuil authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    3388785 View commit details
    Browse the repository at this point in the history
  4. Initialize 8.0 branch

    dreispt authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    accd620 View commit details
    Browse the repository at this point in the history
  5. [MOV] move addons out of __unported__ (they remain not installable)

    sbidoul authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    04bc3b4 View commit details
    Browse the repository at this point in the history
  6. [MIG] Rename manifest files

    pedrobaeza authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    066863c View commit details
    Browse the repository at this point in the history
  7. [MIG] hr_employee_seniority: Migrated to 10.0

    leemannd authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    cd29e4c View commit details
    Browse the repository at this point in the history
  8. add base test

    leemannd authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    9e43970 View commit details
    Browse the repository at this point in the history
  9. update computation

    leemannd authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    c86219d View commit details
    Browse the repository at this point in the history
  10. Calculate days & tests

    leemannd authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    6afe2c5 View commit details
    Browse the repository at this point in the history
  11. OCA Transbot updated translations from Transifex

    oca-transbot authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    8059d2f View commit details
    Browse the repository at this point in the history
  12. [FIX] hr_employee_seniority permission problem

    normally hr.contract are only readable by Employee / Officer and Employee / Managers,
    not basic employees => we need compute_sudo to compute the employee's seniority otherwise
    the employee cannot display his own record.
    gurneyalex authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    d3d65b7 View commit details
    Browse the repository at this point in the history
  13. OCA Transbot updated translations from Transifex

    oca-transbot authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    ab9875c View commit details
    Browse the repository at this point in the history
  14. [FIX] employee seniority tests

    gurneyalex authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    aa9ec1d View commit details
    Browse the repository at this point in the history
  15. [FIX] employee seniority search crash

    p-tombez authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    7b67c9f View commit details
    Browse the repository at this point in the history
  16. OCA Transbot updated translations from Transifex

    oca-transbot authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    2f86bdf View commit details
    Browse the repository at this point in the history
  17. [UPD] Update hr_employee_seniority.pot

    oca-travis authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    5a6456b View commit details
    Browse the repository at this point in the history
  18. Translated using Weblate (German)

    Currently translated at 100.0% (5 of 5 strings)
    
    Translation: hr-10.0/hr-10.0-hr_employee_seniority
    Translate-URL: https://translation.odoo-community.org/projects/hr-10-0/hr-10-0-hr_employee_seniority/de/
    marylla authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    481267f View commit details
    Browse the repository at this point in the history
  19. [FIX] pylint

    Iryna Vushnevska authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    e757400 View commit details
    Browse the repository at this point in the history
  20. [UPD] Update hr_employee_seniority.pot

    oca-travis authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    ba0256d View commit details
    Browse the repository at this point in the history
  21. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: hr-10.0/hr-10.0-hr_employee_seniority
    Translate-URL: https://translation.odoo-community.org/projects/hr-10-0/hr-10-0-hr_employee_seniority/
    oca-transbot authored and Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    67b7b81 View commit details
    Browse the repository at this point in the history
  22. [MIG][11.0] hr_employee_seniority

    Jaime Arroyo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    f1ca390 View commit details
    Browse the repository at this point in the history