Skip to content
Snippets Groups Projects
  1. Dec 30, 2016
  2. Dec 29, 2016
  3. Dec 28, 2016
  4. Dec 27, 2016
    • Nicolas Lempereur's avatar
      [FIX] calendar: day of month is expected filled in code · 2639d634
      Nicolas Lempereur authored
      Before this commit there was an error when we chose a monthly recurrence
      with "Day of Month" of type "Day of" because the code expect them to be
      set. In any case they are required field so if they are not field we
      should just ignore it.
      
      opw-702852
      2639d634
    • Nicolas Martinelli's avatar
      [FIX] hr_holidays: leaves by department · 80963c33
      Nicolas Martinelli authored
      In the report "Leaves by Department", the start/end dates of the
      holidays are computed based on the UTC datetime stored in the database.
      This makes the report inconsistent with what is displayed in the
      interface.
      
      opw-702202
      80963c33
    • Nicolas Lempereur's avatar
      [FIX] website_sale: star rating for first comment · a497300b
      Nicolas Lempereur authored
      For first comments on a product in the ecommerce we would not
      have the star rating displayed till a page refresh, and the star widget
      would not be reset after posting.
      
      Also in other situations, we would get a 0 star widget when posting
      comment without rating, but after a refresh the widget would dispappear.
      
      With this change the new comment get the same stars as when refreshed.
      
      opw-702608
      a497300b
    • Nicolas Martinelli's avatar
      [FIX] base: duplicate `ir.model.constraint` · cd3988e6
      Nicolas Martinelli authored
      There is a contraint on `ir.model.constraint` that contrains the name to
      be unique per module.
      
      opw-702516
      cd3988e6
  5. Dec 26, 2016
    • Nicolas Martinelli's avatar
      [FIX] event_sale: ticket price currency conversion · 285964b7
      Nicolas Martinelli authored
      When adding a ticket to a SO, the currency of the SO is not taken into
      account in order to convert the ticket price.
      
      opw-702683
      285964b7
    • Nicolas Martinelli's avatar
      [FIX] purchase: purchase count · 634fb9f3
      Nicolas Martinelli authored
      The field `purchase_count` is described as '# Purchases' (which is an
      integer), so the user should expect the number of POs associated to the
      product, not the quantity ordered as it is the case before this commit.
      
      opw-697815
      634fb9f3
    • Nicolas Lempereur's avatar
      [FIX] mail: linkify livechat message so frontend has them · 46f84b02
      Nicolas Lempereur authored
      In ff56304f a solution was tried to have message posted from
      backend livechat linkified for visitor in frontend. This was
      forward-ported when it should not have been and introduced issues
      including:
      
      - `href="{link}"` would become `href="<a href="{link}">{link}</a>"`
      
      - if html entities such as the ones for U+00A0, and entities <, >,
        ', " or ` were next to the link, the entity would be linkified
        too (up to the ;)
      
      This happen because utils.linkify function is to be used with text
      content and not html which was the case in this instance.
      
      opw-693457
      opw-702410
      46f84b02
    • Nicolas Lempereur's avatar
      Revert "[FIX] mail: livechat escaping" · 88d7e7f6
      Nicolas Lempereur authored
      This reverts commit 1c60a631.
      
      The fix was done to conciliate 83956d4c and ff56304f but ff56304f was
      forward-ported erroneously and introduced other issues.
      
      opw-702410
      88d7e7f6
    • Nicolas Martinelli's avatar
      [FIX] stock: hide "Run Reordering Rules" · 562f141f
      Nicolas Martinelli authored
      This should only be accessible in debug mode, since it is already
      possible to run the schedulers (with a simialr effect) manually.
      562f141f
    • Nicolas Martinelli's avatar
      [FIX] stock: prevent concurrent procurement creation · bdbda19b
      Nicolas Martinelli authored
      When the user clicks on "Run Reordering Rules", it might create
      procurements. However, the cron "Run mrp scheduler" will also create
      procurements and might already be running in the background. Therefore,
      we need to make sure that both actions don't run concurrently.
      
      Note that the same check is done for the wizard "Run Schedulers".
      
      opw-695607
      bdbda19b
    • Goffin Simon's avatar
      [FIX] mrp: field resource_type in mrp.workcenter tree view · 22fb76a0
      Goffin Simon authored
      The field resource_type in mrp.workcenter tree view must be invisible because
      this field was not available in the form view before f9f4bba2
      
      Adding resource_type in the form view had no business case.
      
      opw:698183
      22fb76a0
  6. Dec 25, 2016
  7. Dec 23, 2016
    • Jérome Maes's avatar
      [FIX] website_mail: remove class which hide the attachment · 2f82aa82
      Jérome Maes authored
      Attachment should be visible in website chatter.
      Due to a bad copy/paste, the attachments are hidden
      when website_mail_channel is installed.
      2f82aa82
    • Denis Ledoux's avatar
      [FIX] sale_order_dates: commitment date for policy all at once · 6cb5fc33
      Denis Ledoux authored
      When the policy of the sale order is set to
      `Deliver all products at once`,
      the commitment date should be the maximum of the order lines lead time
      rather than the minimum, as you will deliver all lines at the same time
      
      It looks like the former behavior is applied since Odoo 7.0
      d8d0b884
      
      It should therefore actually be applied in 7.0/8.0/9.0,
      but we consider the risk too high for databases
      that are used to the former behavior, and expect the old behavior.
      
      We therefore apply this revision only in 10.0, to minimize the risks.
      
      opw-702271
      6cb5fc33
    • Nicolas Martinelli's avatar
      [FIX] mail: livechat escaping · 1c60a631
      Nicolas Martinelli authored
      - In a livechat window, type a URL, then end by a space. For example,
        type "https://odoo.com " (whithout quotes)
      - Press enter
      
      It is converted into "https://odoo.com&nbsp;".
      
      opw-702410
      1c60a631
    • Nicolas Lempereur's avatar
      [FIX] project_issue: new issue if create_date in view · dd363f03
      Nicolas Lempereur authored
      The depends for an issue inactivity_days expects a set create_date but
      this may not be the case (when creating the record for example with the
      field create_date in the form view).
      
      opw-702532
      dd363f03
  8. Dec 22, 2016
  9. Dec 21, 2016
Loading