1. 24 Jul, 2020 7 commits
  2. 24 Mar, 2020 1 commit
  3. 19 Mar, 2020 4 commits
  4. 11 Mar, 2020 1 commit
  5. 28 Jan, 2020 1 commit
    • Jérome Perrin's avatar
      calendar: More fixes with exceptions when not repeating · 5375936a
      Jérome Perrin authored
      The fixes from !630
      were not enough, exceptions set on days were calendar did not repeat
      were also confusing other exceptions after this.
      
      Simplify implementation a lot, instead of keeping track of the next
      exception date, start by building a set of all exceptions dates and
      use membership of this set as a criterion to skip exceptions.
      
      backport of https //lab.nexedi.com/nexedi/erp5/merge_requests/1030
      5375936a
  6. 16 Dec, 2019 18 commits
  7. 13 Dec, 2019 7 commits
  8. 12 Dec, 2019 1 commit
    • Roque's avatar
      erp5_officejs: change module views categories · 22b7246e
      Roque authored
      - views/actions meant for officejs should use "object_jio_x" categories to avoid conflicts with erp5js
      - using object_jio_search instead of common object_jio_view because the base form for rendering depends on the category (form_list, form_dialog, form_view, etc)
      - changes are also in bts officejs_jquery_app and officejs_ooffice
      22b7246e