Skip to content
Snippets Groups Projects
  1. Jan 10, 2020
  2. Jan 09, 2020
  3. Jan 10, 2020
    • Christophe Monniez's avatar
      [FIX] requirements: update library versions to match Debian Buster · 29f02a37
      Christophe Monniez authored
      
      Some library versions are outdated since the release of Debian Buster.
      
      With this commit the required libraries versions will match as close as
      possible the versions available in the current Debian stable release
      (Buster).
      
      Also, the requirements were tested against a Windows Python 3.7 to
      ensure that a "pip install -r" can be used without the need of a CPP
      compiler.
      
      As Babel format_time now returns 'HNE' (Heure Normale de l'EST) for Fr
      locale instead of the zone offset, the test is adapted.
      
      Finally the babel.dates is explicitely imported, otherwise the proper
      import of this submodule is relying on a side effect.
      
      closes odoo/odoo#43106
      
      X-original-commit: 32e455bf
      Signed-off-by: default avatarChristophe Monniez (moc) <moc@odoo.com>
      29f02a37
  4. Jan 09, 2020
  5. Jan 06, 2020
    • Andrea Grazioso (agr-odoo)'s avatar
      [FIX] web: avoid parsing value if already number · bbe944c8
      Andrea Grazioso (agr-odoo) authored
      
      When accessing stock_barcode module to validate pickings, is not
      possible to add floating point quantities for any localizaton which uses
      ',' as decimal separator.
      The numeric field is now defined via browser tags <input="numeric"> to
      make the numeric keyboard popup automatically on mobile devices
      (commit 8f5840369b28962ab2be9edfce7331a836c3df22)
      Adding the override to avoid further processing when the input
      is already anumber
      
      opw-2154657
      
      closes odoo/odoo#42748
      
      X-original-commit: 1ccc60deeb067f8d461d48cbf51719317c22cb90
      Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
      bbe944c8
  6. Jan 10, 2020
  7. Jan 06, 2020
  8. Jan 09, 2020
  9. Jan 08, 2020
    • Andrea Grazioso (agr-odoo)'s avatar
      [FIX] stock: fix barcode layout printing · d3b2ce52
      Andrea Grazioso (agr-odoo) authored
      
      Install stock, go to Configuration>Settings, activate "Storage
      Locations". Go to Configuration>Locations select locations and print
      
      The reported will not follow the documentation, barcode will be one
      after the other and not side by side, arranged in a 2x2 grid.
      Fixing require to apply style changes since new bootstrap
      code is not handled well by wkhtmltopdf
      
      opw-2162698
      
      closes odoo/odoo#42967
      
      X-original-commit: 7ac26d0e
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      d3b2ce52
Loading