1. 24 Jan, 2024 1 commit
  2. 23 Jan, 2024 2 commits
  3. 16 Jan, 2024 1 commit
    • Jérome Perrin's avatar
      ODS: update for libreoffice 7 compatibility with percentage · a094a992
      Jérome Perrin authored
      Now that default cloudooo is updated to LibreOffice 7, this revealed some
      problems with percentage values in spreadsheet cells, it was apparently
      working by chance on LibreOffice 5.
      
      This improves erp5_ods_style to use `style:style` referencing a
      `number:percentage-style` through their `style:data-style-name` attribute.
      
      Because the same thing was missing for dates to follow the input order of
      datetime fields, this is also handled at the same time.
      
      We could do something similar to support all input styles of float fields,
      so that we support `1 234.5`, `1.234,5` or `1,234.5`, but this is not done
      this time.
      
      See merge request nexedi/erp5!1861
      a094a992
  4. 15 Jan, 2024 13 commits
  5. 13 Jan, 2024 1 commit
  6. 12 Jan, 2024 1 commit
  7. 05 Jan, 2024 3 commits
  8. 29 Dec, 2023 2 commits
  9. 28 Dec, 2023 15 commits
  10. 27 Dec, 2023 1 commit
    • Jérome Perrin's avatar
      CSV problems revealed by new cloudooo · bab42871
      Jérome Perrin authored
      New cloudooo uses text/csv as mimetype for CSV, which is correct, but this revealed issues in ERP5:
       - ERP5 did not detect text/csv for csv extensions
       - downloading a file with content type text/csv caused an error
      
      See merge request nexedi/erp5!1859
      bab42871