Skip to content
Snippets Groups Projects
  1. Dec 04, 2017
  2. Dec 01, 2017
  3. Nov 30, 2017
  4. Nov 29, 2017
  5. Nov 28, 2017
  6. Nov 27, 2017
    • qsm-odoo's avatar
      [FIX] website: declare correct mimetype for data images · 948c429e
      qsm-odoo authored
      Some website default images were declared with the wrong filename
      extension, inducing the wrong mimetype. As a result, some browsers
      (IE...) were unable to render these images.
      948c429e
    • Martin Geubelle's avatar
      [FIX] web: display selection label in graph · ccaced92
      Martin Geubelle authored
      When grouping a graph view by a selection field, the labels on x axis
      were the selection values themselves (not their corresponding label).
      
      This issue was only present if there was only one group by field. In
      this case, the attribute `grouped_on` is not an array but a string
      containing the field name. This case wasn't correctly handled.
      
      Note that this issue is not present in the new views (from saas-16).
      
      Closes #19790
      ccaced92
    • Adrien Dieudonne's avatar
      [FIX] web: search_filters: need to convert datetime to utc · d2e1a1de
      Adrien Dieudonne authored
      When a datetime was selected in a search filter, the time wasn't
      converted to UTC to the server.
      So, there were unexpecting records due to the wrong query domain.
      
      When we retrieve the value from the datepicker, we need to convert
      it to UTC before sending it to the server.
      d2e1a1de
Loading