Skip to content
Snippets Groups Projects
  1. Sep 12, 2017
  2. Sep 11, 2017
  3. Sep 10, 2017
  4. Sep 08, 2017
  5. 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
  6. 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
  7. Sep 03, 2017
  8. Sep 01, 2017
  9. Aug 30, 2017
  10. Aug 29, 2017
  11. Aug 28, 2017
  12. Aug 27, 2017
  13. Aug 24, 2017
  14. Aug 23, 2017
  15. Aug 22, 2017
  16. Aug 21, 2017
  17. Aug 20, 2017
  18. Aug 18, 2017
    • Raphael Collet's avatar
      [FIX] base: keep the model cache consistent · 0d73dae9
      Raphael Collet authored
      Do not remove fields from models except for custom fields.  Removing a base
      field from a model screws up the model cache: that field may be required to
      speed up the setup of the model in another registry.
      0d73dae9
  19. Aug 17, 2017
  20. Aug 16, 2017
    • Yenthe V.G's avatar
      [FIX] google_account: do not update without client_id and client_secret · 06019dfa
      Yenthe V.G authored
      If a google application has no client_id or client_secret during the update
      process (e.g. was configured but the API keys have been removed and the tokens
      have expired), the method will crash.
      
      Instead of continuously try and produce a traceback, return a proper error message
      
      Closes #18613
      Closes #18614
      06019dfa
    • Aaron Bohy's avatar
      [FIX] doc: Kanban view: remove doc of dropped feature · 278de028
      Aaron Bohy authored
      Before 9.0, it was possible to display aggregate values in grouped
      Kanban view (like sum, average...). The aggregate was displayed in
      the header of the column (see for example in 8.0 in Project >
      Tasks).
      
      This feature has been dropped in 9.0 because it didn't work
      correctly, but the documentation hasn't been updated accordingly.
      278de028
    • Lucas Perais (lpe)'s avatar
      [FIX] account_budget: clearer analytic budget report · ff309287
      Lucas Perais (lpe) authored
      Before this commit there were two issues:
      - The date "from and to" set in the wizard weren't working, as in not used at all
      - The lines in the report did not have a date range, making the understanding of the report difficult
      
      after this commit, only the budget lines which dates overlap at least one day of the report's dates will be selected.
      Also, the first line of the report, containing the budget name also contains the dates on which it applies
      
      OPW 743441
      
      Closes #18737
      ff309287
Loading