Skip to content
Snippets Groups Projects
  1. Sep 21, 2017
  2. Sep 19, 2017
  3. Sep 17, 2017
  4. Sep 14, 2017
  5. Sep 12, 2017
  6. Sep 11, 2017
  7. Sep 10, 2017
  8. Sep 08, 2017
  9. Sep 05, 2017
    • Nicolas Martinelli's avatar
      [FIX] calendar: all day event · d522a796
      Nicolas Martinelli authored
      - Set the TZ as 'America/Martinique'
      - In the calendar (month view), click on a date D.
      - Fill in the topic, then click on "Edit"
      
      The date is set to D-1.
      
      Commit 09066fbb makes the date consistent when the user sets an
      event as an all day event by taking into account the appropriate
      timezone.
      
      However, in the case of an event created from the month view, this TZ
      modification should not be applied.
      
      opw-766638
      d522a796
    • Christophe Simonis's avatar
    • Christophe Simonis's avatar
      0099074a
    • Lucas Perais (lpe)'s avatar
      [FIX] point_of_sale: control if a cashier is in localstorage · e14ab697
      Lucas Perais (lpe) authored
      Before this commit, we could temporarily change cashier from A to B, and back to A seamlessly just by refreshing the page.
      This could be a security issue for a cashier is held responsible for its sales.
      
      This commit stores the cashier in localstorage, and with the right sets of methods, corrects the issue.
      
      OPW 767827
      
      closes #19207
      e14ab697
    • Olivier Dony's avatar
      [FIX] base: remove early size limit on author field · ce12a739
      Olivier Dony authored
      The default size limits set in base.sql are eventually superseded by the
      actual limits (or absence of) when the DB schema is synchronized with
      the Python model definitions.
      
      However the list of modules (name, authors, descriptions, dependencies)
      is loaded before this can happen. The length of the author field is one
      case that can easily crash the database bootstrap process at that point,
      should a module with a long author name be present in the addons path.
      
      After schema sync, that size limit is lifted entirely (although Odoo Apps
      does limit the max author name length to 512 at the moment, to prevent
      abuse).
      
      Fixes #5850
      ce12a739
    • Olivier Dony's avatar
  10. Sep 04, 2017
    • Patel Jalpesh's avatar
      [FIX] l10n_fr: migrate tags on taxes · dc88a1ac
      Patel Jalpesh authored
      Closes #19231
      dc88a1ac
    • Lucas Perais (lpe)'s avatar
      [FIX] website_crm: fix lead creation through website_form · d22d4dcc
      Lucas Perais (lpe) authored
      Before this commit, a message received through the contact us form did create a Lead, but any notification was impossible (even if a user was a follower of the relevant sales team.
      This was because the default sales team is integrated in the values for create in models.py, which mail_thread can't see, but needs in order to notify
      
      This commit corrects the behavior which now converge with standard lead creation by adding the default sales_team earlier in the values for create
      
      OPW 762651
      
      closes #19180
      d22d4dcc
  11. Sep 03, 2017
  12. Sep 01, 2017
  13. Aug 30, 2017
  14. Aug 29, 2017
  15. Aug 28, 2017
  16. Aug 27, 2017
  17. Aug 24, 2017
  18. Aug 23, 2017
  19. Aug 22, 2017
  20. Aug 21, 2017
Loading