1. 22 Mar, 2024 1 commit
  2. 21 Mar, 2024 2 commits
    • Rafael Monnerat's avatar
      erp5_maileva_connector: Use script to not hardcore dependence · cff9daa3
      Rafael Monnerat authored
         Otherwise, erp5_payroll_l10n_fr would be a direct dependent of this service, which is not what we want.
      
         It also allows implement other kind of document sending w/o hardcode the core or overwriting too much.
      cff9daa3
    • Rafael Monnerat's avatar
      erp5_payroll_l10n_fr: Add action to add Leave Request · 17a05db9
      Rafael Monnerat authored
          In the implementation where the user cannot directly insert holidays (by an specialised role/implementation) it allow the accountant insert the values more easily. Using a simple action.
      
          Add simple jump for navigate to the holidays/leave
      
        This helps to review value on the print out
      17a05db9
  3. 19 Mar, 2024 3 commits
  4. 18 Mar, 2024 7 commits
  5. 13 Mar, 2024 3 commits
  6. 11 Mar, 2024 7 commits
  7. 08 Mar, 2024 3 commits
  8. 07 Mar, 2024 2 commits
  9. 06 Mar, 2024 1 commit
  10. 05 Mar, 2024 5 commits
  11. 04 Mar, 2024 2 commits
  12. 01 Mar, 2024 4 commits
    • Rafael Monnerat's avatar
      erp5_forge: Add action to update whole site Local Roles · 75b31033
      Rafael Monnerat authored
          Action on portal_types just invoke updateRoleMapping on all portal types that have
          at least one Role.
      
          This is useful whever you change way too many roles and you can to ensure that
          everything is updated.
      75b31033
    • Rafael Monnerat's avatar
      erp5_forge: Add action to update whole site Local Roles · 7b1855d4
      Rafael Monnerat authored
          Action on portal_types just invoke updateRoleMapping on all portal types that have
          at least one Role.
      
          This is useful whever you change way too many roles and you can to ensure that
          everything is updated.
      7b1855d4
    • Rafael Monnerat's avatar
      Split movement group must split · 34c83947
      Rafael Monnerat authored
      See merge request nexedi/erp5!1893
      34c83947
    • Jérome Perrin's avatar
      use print_function future · 4a639656
      Jérome Perrin authored
      This uses `from __future__ import print_function` from "unrestricted" python code.
      
      For restricted python in python scripts, this expects SlapOS to have nexedi/slapos!1536 .
      Running ERP5 with this patch on an old SlapOS software release should probably be OK,
      especially because after all we don't have so much critical code using print.
      
      To ease migration of custom project code, PythonCodeUtils was modified so that
      when running CodingStyle python scripts are checked with print_function future enabled.
      
      See merge request nexedi/erp5!1883
      4a639656