Skip to content
Snippets Groups Projects
  1. Oct 26, 2020
  2. Oct 16, 2020
  3. Oct 26, 2020
  4. Oct 23, 2020
  5. Oct 26, 2020
  6. 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
  7. Oct 22, 2020
  8. Oct 23, 2020
  9. Oct 16, 2020
  10. Oct 23, 2020
    • Jérémy Hennecart's avatar
      [FIX] base,calendar: fix calendar reminder · 232a3c4c
      Jérémy Hennecart authored
      
      The purpose of this commit is to have reliable calendar event reminder.
      
      Before, the reminders was not send directly and was instead put in mailing
      queue, which was leading to some delay. This is due do mail_notify_force_send
      context key being force to False when being in cron mode. However here we
      do not want to have calendar cron scheduling emails, then mailing cron
      sending them as it implies two delays.
      
      In order to try to send reminder mails as soon as possible compared to their
      schedule let us send mails directly during the calendar cron.
      
      Task ID-2331999
      
      closes odoo/odoo#57994
      
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      232a3c4c
    • Thibault Delavallée's avatar
      [FIX] base: remove duplicate call to cron.run · 2656b855
      Thibault Delavallée authored
      Oversight of conflict solving in forward port 9d1909f2
      2656b855
Loading