Skip to content
Snippets Groups Projects
  1. May 25, 2023
    • Jeremy Kersten's avatar
      [FIX] http_routing, utm, website: set expiration date on some cookies · 058e0abc
      Jeremy Kersten authored
      
      The 'frontend_lang' cookie is used to 'cache' the user's preferred lang.
      We want to make sure that this language preference is preserved for a
      longer period of time than just the life of the browser. This means that
      even if you quit your browser and come back into the year, your
      preferred language will be used, until you choose to remove your cookies.
      
      The 'utm_*' cookies are used to 'track' where you are coming from on the
      instance. The purpose of these cookies is to know the tracking value
      to improve the overall user experience or compute the profitability of
      some campaigns. Now we keep these cookies for 1 month.
      
      closes odoo/odoo#122295
      
      Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
      058e0abc
    • pedrambiria's avatar
      [FIX] point_of_sale: accept GS1 barcodes in PoS · 8d5000b8
      pedrambiria authored
      
      This update enables PoS to handle GS1 barcodes, which was
      previously not possible even though the GS1 nomenclature could
      be selected. GS1 barcodes can now be used to extract product
      identifiers, lot numbers, and serial numbers from the code.
      
      opw-3204299
      
      closes odoo/odoo#122257
      
      Signed-off-by: default avatarJoseph Caburnay (jcb) <jcb@odoo.com>
      8d5000b8
    • Mahamadasif Ansari's avatar
      [FIX] account_edi: change logger type to 'warning' when upload corrupt pdf · 172cfd19
      Mahamadasif Ansari authored
      
      'PdfReadError Could not read malformed PDF file' log error is generated
      when user upload a corrupted PDF file in an invoice.
      
      This commit changes the logger exception to a warning to avoid an
      unnecessary error in the log. 
      
      sentry-4188965420
      
      closes odoo/odoo#121617
      
      Signed-off-by: default avatarQuentin De Paoli <qdp@odoo.com>
      172cfd19
  2. Apr 13, 2023
  3. May 25, 2023
  4. May 24, 2023
  5. May 23, 2023
Loading