1. 24 Jan, 2024 12 commits
  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 5 commits