Skip to content
Snippets Groups Projects
  1. Sep 07, 2017
    • xmo-odoo's avatar
      [FIX] core: dropped paren in P3-related changes · e0f94795
      xmo-odoo authored
      Fixes #19315
      e0f94795
    • Xavier Morel's avatar
      [FIX] P3: resizing of image *fields* · 6bb6944e
      Xavier Morel authored
      Fields sent from the client are pretty much always *text*. This can be
      problematic for image fields sent as base64 *text* as in Python 3 the
      base64 routines only work between bytes.
      
      Alter the core field-resizing function (image_get_resized_images) such
      that it ensures text base64 sources are encoded back to bytes before
      being forwarded to the main resizing routines (which I don't think
      should deal with *that* issue).
      
      Fixes #18985: error when trying to update a company's logo
      6bb6944e
  2. Sep 06, 2017
  3. Sep 05, 2017
  4. Sep 04, 2017
Loading