1. 29 Feb, 2024 1 commit
    • Rafael Monnerat's avatar
      erp5_core: Expand simulation with priority 3 · 46e5b5c3
      Rafael Monnerat authored
       Move Simulation to priority 3 helps to not block/delay immediateReindex
       on a scenario where everything is expanding. We use priority 3 to match
       what is used in SimulableMixin.updateSimulation and Delivery.localBuild
      46e5b5c3
  2. 28 Feb, 2024 5 commits
  3. 27 Feb, 2024 5 commits
  4. 26 Feb, 2024 1 commit
    • Jérome Perrin's avatar
      base: fix CurrencyConstraint · b26506a6
      Jérome Perrin authored
      It was using "Reference" instead of the dedicated term "Currency Code".
      
      Attribute Unicity constraint message was not correctly including the
      reference, the error message was always "Another currency with reference
      None already exists".
      b26506a6
  5. 23 Feb, 2024 14 commits
  6. 21 Feb, 2024 3 commits
  7. 16 Feb, 2024 1 commit
  8. 15 Feb, 2024 1 commit
  9. 13 Feb, 2024 1 commit
  10. 12 Feb, 2024 1 commit
    • Vincent Pelletier's avatar
      Base_getWorkflowHistoryItemList: Remove access override · 1532fabb
      Vincent Pelletier authored
      This script has no reason to be an exception to user's title retrieval
      permissions.
      Non-ERP5 users do not have applicable access control, so handle those
      cases specifically. Such users may be:
      - since-deleted ERP5 users
      - coming from acl_users/zodb_users
      Use a generic placeholder when the user is not allowed to see a
      transition's actor.
      1532fabb
  11. 09 Feb, 2024 7 commits