Skip to content
Snippets Groups Projects
  1. Sep 05, 2023
  2. Aug 20, 2023
  3. Aug 06, 2023
  4. Jul 30, 2023
  5. Jul 23, 2023
  6. Jul 16, 2023
  7. Jul 09, 2023
  8. Jul 02, 2023
  9. Jun 23, 2023
    • Wolfgang Taferner's avatar
      [IMP] hr_*_attendance: leave in terms of working time not respected · 0fb62807
      Wolfgang Taferner authored
      
      As the leave is deducted from the needed time to work
      in case for example Home Office which is configured as
      working time (other) is handled like a real leave (absence)
      which will lead to an extensive overtime instead the difference
      to the work entry defining the work time.
      
      A domain clearing out this missing link and variation
      cleans up this misalignment and therefore overtime will
      be computed correctly.
      
      closes odoo/odoo#126188
      
      Signed-off-by: default avatarKevin Baptiste <kba@odoo.com>
      0fb62807
  10. Jun 18, 2023
  11. Jun 14, 2023
    • Thomas Lefebvre (thle)'s avatar
      [FIX] hr_holidays_attendance: not blocking the refusal of leave · c96684f5
      Thomas Lefebvre (thle) authored
      
      Steps to reproduce:
      -------------------
      - activate "Count Extra Hours" in Attendances settings;
      - create attendances for an employee to create an overtime
      (select one day of the weekend for example);
      - create an Extra Hours type leave for this employee;
      - remove the attendance that creates extra hours;
      
      The extra hours of the employee is negative
      
      - refuse the leave created before;
      
      Issue:
      ------
      A Validation Error occurs with the message:
      "The employee does not have enough extra hours to extend this leave.".
      
      Solution:
      ---------
      Refuse leave based on extra hours
      should not require any control
      because we are not trying to extend leave.
      
      opw-3342778
      
      closes odoo/odoo#124959
      
      X-original-commit: b86afb9f
      Signed-off-by: default avatarKevin Baptiste <kba@odoo.com>
      c96684f5
  12. Jun 11, 2023
  13. Jun 04, 2023
  14. May 21, 2023
  15. May 14, 2023
  16. May 07, 2023
  17. Apr 26, 2023
  18. Apr 16, 2023
  19. Apr 09, 2023
  20. Apr 02, 2023
  21. Mar 26, 2023
  22. Mar 19, 2023
  23. Feb 13, 2023
  24. Feb 08, 2023
    • Rob Coekaerts's avatar
      [IMP] hr: simplify and correct the default data · dcc8bbf0
      Rob Coekaerts authored
      
      Some changes were made to the default/demo/test data to be more
      consistent:
        - Duplicates of "Paid Time Off" time off types are consolidated into
          one type (inluding year specific versions, ig "Paid Time Off 2019"
        - Annual Time Off is renamed back to Paid Time Off (both for the
          work entry type as the time off type) to be consistent everywhere.
        - All mentions of years in work entry types and time off types have
          been removed, as this is no longer relevant with the new allocation
          rules.
        - Time off types in the default data have been explicitely made
          company agnostic, in order for them to be available to all companies
          and not just the one company that was select when installing
          hr_holidays. This was already the case for the be_payroll data, but
          not for the standard hr_holidays ones.
        - Various small cosmetic / functional fixes and simplifications
          (eg deduplication of data)
        - expense_other_input has been made country agnostic, in order for it
          to be available in all countries.
      
      task-2978513
      
      closes odoo/odoo#112173
      
      Related: odoo/enterprise#36796
      Signed-off-by: default avatarKevin Baptiste <kba@odoo.com>
      dcc8bbf0
  25. Feb 05, 2023
  26. Jan 29, 2023
  27. Jan 27, 2023
    • Thomas Lefebvre (thle)'s avatar
      [FIX] hr_holidays_attendance: check overtime deductible during write · 25f6b68d
      Thomas Lefebvre (thle) authored
      
      Steps to reproduce:
      - install Time Off and Attendances apps;
      - making sure an employee doesn't have extra hours;
      - create a time off type which is "Deduct Extra Hours" (A);
      - create a time off type which is not "Deduct Extra Hours" (B);
      - create a time off with the type (A);
      - save;
      - edit the time off with the type (B);
      - save.
      
      Issue:
      The time off is modified and it is possible to approve it.
      
      Solution:
      Check that the employee has enough extra hours
      if the type of time off used is "Deduct Extra Hours".
      
      opw-3141108
      
      closes odoo/odoo#111158
      
      X-original-commit: 2a1db0d8
      Signed-off-by: default avatarKevin Baptiste <kba@odoo.com>
      Signed-off-by: default avatarLefebvre Thomas (thle) <thle@odoo.com>
      25f6b68d
  28. Jan 22, 2023
  29. Jan 15, 2023
  30. Jan 08, 2023
  31. Jan 01, 2023
  32. Dec 25, 2022
  33. Dec 21, 2022
  34. Dec 18, 2022
  35. Dec 14, 2022
  36. Dec 11, 2022
  37. Dec 04, 2022
  38. Nov 29, 2022
  39. Nov 27, 2022
  40. Nov 23, 2022
    • Philippe Wauthy's avatar
      [FIX] hr_holidays: fix allocation without validation · c98e1280
      Philippe Wauthy authored
      
      In hr_holidays, when the time off type has the following settings:
      - Requires allocation: Yes
      - Employee Requests: Not allowed
      An allocation created with this time off type still requires to be validated.
      
      This commit removes the need to validate an allocation created with the time off type described above.
      
      task-3004313
      
      closes odoo/odoo#106306
      
      X-original-commit: 9377b79cfdcfd088e515fa1a198477bb1dfbc32b
      Signed-off-by: default avatarKevin Baptiste <kba@odoo.com>
      c98e1280
Loading