1. 24 Jul, 2020 2 commits
    • Gabriel Monnerat's avatar
      CUSTOM erp5_officejs_support_request_ui: Display causality reference(Visa File... · 9891a00e
      Gabriel Monnerat authored
      CUSTOM erp5_officejs_support_request_ui: Display causality reference(Visa File Reference) from Support Request
      
      Requested in an email from Galien Renault with title 'Retour livraison interface consulaire' document 'Retour livraison Interface Consulaire ERP5.pdf' V1.0 2020-04-31 section 3.2.1 page 9 and 3.1.9d page 8.
      
      - Rajouter la colonne "Visa Files Reference" en valeur par défaut de l liste 'Recent Update'
      - La valeur du champ "Visa File Reference" doit etre la reference TESTVFXXX et non le nom du requester
      9891a00e
    • Gabriel Monnerat's avatar
      CUSTOM erp5_crm: disable "Attach Document" action on support request · 27cb9525
      Gabriel Monnerat authored
      In this custom support request app, document are sent as items in packing lists
      and the default "Attach Document" action is confusing, because we have a
      "Create New Document" action which creates the document as an item with its
      initial implicit movement.
      27cb9525
  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 5 commits
  9. 11 Dec, 2019 1 commit
    • Jérome Perrin's avatar
      CodingStyleTest: run testXHTML for each business template · 7988bc67
      Jérome Perrin authored
       - run `testXHTML` on business templates "one by one"
       - fix all the problems with the currently tested business templates
       - because `erp5_ingestion` was containing some tests skin folder depending on other business templates and because I did not want to add dependencies to `erp5_ingestion` I moved the tests in `erp5_ingestion_test`.
      
      /reviewed-on nexedi/erp5!989
      7988bc67