Skip to content
Snippets Groups Projects
  1. Jul 28, 2015
  2. Jul 27, 2015
  3. Jul 24, 2015
  4. Jul 23, 2015
    • Nicolas Lempereur's avatar
      [FIX] web_view_editor: javascript errors · 0e151f7f
      Nicolas Lempereur authored
      A jquery selector $('td[id^=]') may have been valid once uppon a time,
      but it cause error on current jquery versions.
      
      Also in some case when we want to add a field on a view, there may be
      a mess to detect the parent.
      
      opw-645557
      0e151f7f
    • Martin Trigaux's avatar
      [IMP] base_action_rule: allow to use time in domain · ab54722e
      Martin Trigaux authored
      Unlink typical domain evaluation (ir.rule, filters,...), the evaluated domain
      for automated actions did not included time in the context so it was not
      possible to make time based conditions in domain.
      
      This should be used with care as filters 'Based on Timed Condition' are still
      possible and will probably be enough (and safer) in most cases.
      ab54722e
    • Goffin Simon's avatar
      [FIX] sale: _sales_count · 7f5f945d
      Goffin Simon authored
      The field "state" in "sale.report" model must consider the state used
      by "sale.order.line" to be consistent with the view created in this model.
      
      The function _sale_count in 'product.product' model must return
      the number of product included in a "confirmed" or "done" sale order line.
      
      opw:644200
      7f5f945d
    • Nicolas Lempereur's avatar
      [FIX] website_sale: get right variant image if list of variant · 21f2e7b4
      Nicolas Lempereur authored
      If the variants are displayed by list of attributes, the image of a
      product displayed would be updated to the image of the first variant.
      
      But this was not done when using the customizing option "List View of
      Variants".
      
      opw-645729
      21f2e7b4
    • Nicolas Lempereur's avatar
      [FIX] crm_claim: wrong many2one on claims report · c0bf2853
      Nicolas Lempereur authored
      The field used for the report was different than the field used on the
      model the report is based uppon.
      
      As analyzed by jle.
      
      opw-645582
      c0bf2853
    • Nicolas Lempereur's avatar
      [FIX] doc: xpath invalid for 8.0 · 4914e077
      Nicolas Lempereur authored
      The current xpath was the one for saas-6 or future 9.0 but didn't work
      in version 8.
      
      closes #7715
      opw-645555
      
      note: this commit should not be forward ported after 8.0
      4914e077
    • Nicolas Lempereur's avatar
      [FIX] doc: typos in themes tutorial · 3835a1e3
      Nicolas Lempereur authored
      closes #7715
      opw-645555
      3835a1e3
  5. Jul 22, 2015
  6. Jul 20, 2015
    • Goffin Simon's avatar
      [FIX] crm: Company name in crm lead · aa3ce8b5
      Goffin Simon authored
      The onchange on partner field must not fill the company name if
      the partner is not a company or not in a company. If the partner
      is not a company, the contact name field must be filled with the
      partner name.
      
      opw:644878
      aa3ce8b5
    • Goffin Simon's avatar
      [FIX] calendar: group_by with calendar · e0ceab9e
      Goffin Simon authored
      Delete the code introduced by 656f8241
      Group by didn't work in calendar tree view, group of records showed (0)
      as number of related records for each group.
      
      closes #7602
      opw:644735
      e0ceab9e
  7. Jul 19, 2015
  8. Jul 17, 2015
Loading