1. 10 Sep, 2021 1 commit
    • Nicolas Wavrant's avatar
      erp5_base: minimum bound of quantity_step_list should be 0 · 839c47c7
      Nicolas Wavrant authored
      we don't support negative quantity (it is better represented by an
      inversion of source and destination), and this allows better support of
      the smallest slice in ERP5, more especially in SupplyLine_asCellRange,
      where the title of the cell is computed with the min and max being None
      or not.
      839c47c7
  2. 08 Sep, 2021 1 commit
  3. 03 Sep, 2021 8 commits
  4. 01 Sep, 2021 1 commit
  5. 20 Aug, 2021 1 commit
  6. 19 Aug, 2021 1 commit
  7. 18 Aug, 2021 1 commit
  8. 17 Aug, 2021 11 commits
  9. 16 Aug, 2021 2 commits
    • Nicolas Wavrant's avatar
      erp5_web_service: add also prefix when writing temporary file · 94d2ec4c
      Nicolas Wavrant authored
      See merge request !1481
      94d2ec4c
    • Nicolas Wavrant's avatar
      erp5_web_service: add also prefix when writing temporary file · 005273dd
      Nicolas Wavrant authored
      In practice, SFTP-based client processes often use a prefix based
      filter when retrieving files on the server.
      
      ie: there is one SFTP server between 2 systems, used for different
      exchanges. The SFTP client will do something like (found in the wild):
      process1(file_list=sftp.list(path, prefix='PROCESS_1'))
      process2(file_list=sftp.list(path, prefix='PROCESS_2'))
      
      Our implementation of temporary_file_on_write only sets a suffix,
      which doesn't work for the previous SFTP client. So let's add also a
      prefix when writing temporary files.
      005273dd
  10. 11 Aug, 2021 2 commits
  11. 10 Aug, 2021 7 commits
  12. 09 Aug, 2021 2 commits
  13. 06 Aug, 2021 1 commit
  14. 05 Aug, 2021 1 commit