Skip to content
Snippets Groups Projects
  1. May 20, 2015
    • Thomas Groutars's avatar
      [IMP] stock: improve detailed transfer performance · 7b306fc1
      Thomas Groutars authored
      Transfers were slowed because of the continuous
      computation of pickings remaining quantities.
      
      This revision delay the computation at the end of the transfer,
      so the computation is performed only once, and it
      therefore leads to a huge performance improvment.
      
      opw-634416
      7b306fc1
    • Denis Ledoux's avatar
      [FIX] report: datetime already imported, differently · 453b373a
      Denis Ledoux authored
      This rev. is related to 439cdb68.
      
      The module datetime was already available in the reports,
      and it was the entire datetime module that was imported,
      not just the class.
      
      This rev. is not recompatible with 439cdb68,
      but there is no other choice, since other existing
      reports might already expected the datetime module
      and not the class
      
      opw-640299
      453b373a
    • Denis Ledoux's avatar
      [FIX] ir_attachment: write traceback to logs when upload fail · db3e5716
      Denis Ledoux authored
      When the upload of an attachment failed,
      e.g. for access rights reasons,
      the traceback wasn't written or returned anywhere,
      preventing the easy debugging.
      
      opw-640242
      db3e5716
    • Denis Ledoux's avatar
      [FIX] ir_attachment: hide Attachments > Add/Delete if not write access · ac925514
      Denis Ledoux authored
      To be able to see record attachments, you need to have
      read access to the record.
      
      To be able to add or delete attachment, you need to
      have write access to the record.
      
      The button add/delete were displayed as soon
      as you had the read access, but if you had not the
      write access, both buttons failed.
      
      This revision do not display the add/delete
      buttons of Attachment dropdown menu if you do not
      have the right to add / delete attachments to the record
      (you do not have write access to the record)
      
      opw-640242
      ac925514
    • Nicolas Martinelli's avatar
      [FIX] payment_adyen: wrong error message · 0fcb15c7
      Nicolas Martinelli authored
      opw-640208
      0fcb15c7
  2. May 19, 2015
  3. May 18, 2015
  4. May 15, 2015
  5. May 13, 2015
Loading