Skip to content
Snippets Groups Projects
  1. Oct 27, 2020
  2. Oct 26, 2020
  3. Oct 27, 2020
  4. Oct 26, 2020
  5. Oct 16, 2020
  6. Oct 26, 2020
  7. Oct 23, 2020
  8. Oct 26, 2020
  9. Oct 23, 2020
    • Swapnesh Shah's avatar
      [FIX] purchase: confirm receipt date if needed · 6f37f489
      Swapnesh Shah authored
      
      Before this commit, There would be Traceback (AttributeError: 'bool' object has no attribute 'date')
      on `Confirm Receipt Date` If order has no `Receipt Date`.
      
      Now, Button `Confirm Receipt Date` will be hidden if there is not `Receipt Date` to confirm.
      
      Closed #60222
      
      closes odoo/odoo#60659
      
      Signed-off-by: default avatarArnold Moyaux <amoyaux@users.noreply.github.com>
      6f37f489
    • qsm-odoo's avatar
      [FIX] web: preload font awesome font for frontend layouts · 60c78767
      qsm-odoo authored
      
      This commit adds an easy improvement fixing a page speed warning: the
      font awesome font (declared in a font-face in assets_common) can be
      preloaded.
      
      The only problematic point was that font-awesome defines the font by
      a series of URL using different font formats. Only one can be
      preloaded (otherwise you would load files for no reason). As all Odoo
      supported browsers use the woff2 format, we only preload that one. At
      the cost of a warning for other browsers which use a different format.
      
      task-2350647
      
      closes odoo/odoo#60588
      
      Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
      60c78767
    • Jeremy Kersten's avatar
      [FIX] base, website_sale: vietnam zip not required · 2d318920
      Jeremy Kersten authored
      
      Zip cannot be required if not in format address.
      It will break ecommerce, because the customer cannot
      validate the adress because zip code is not displayed but required.
      
      Fix case in JS where field is not display to avoid traceback.
      
      This commit closes #58950
      
      closes odoo/odoo#60694
      
      Signed-off-by: default avatarJérémy Kersten (jke) <jke@openerp.com>
      2d318920
  10. Oct 22, 2020
  11. Oct 23, 2020
Loading