Skip to content
Snippets Groups Projects
  1. Aug 27, 2014
  2. Aug 25, 2014
    • Martin Trigaux's avatar
      [FIX] website_sale: pager in product list · 231a478c
      Martin Trigaux authored
      Keep the reference to category and search view in pager.
      Update the search template to include form and keep correct reference to the category (as a slug and not a parameter).
      Fixes #688
      231a478c
  3. Aug 22, 2014
  4. Aug 21, 2014
  5. Aug 20, 2014
  6. Aug 19, 2014
  7. Aug 18, 2014
  8. Aug 14, 2014
    • Denis Ledoux's avatar
      [FIX] point_of_sale: field date of report.pos.order should be a datetime · 97d097a2
      Denis Ledoux authored
      The date_order field of the pos.order is a datetime, not a date
      As, in report.pos.order, the date field is related to date_order of the pos.order
      
      We usually do not commit fixes altering the model fields structure in 7.0, but this one is retro-compatible, as the database structure won't change
      97d097a2
    • Denis Ledoux's avatar
      [FIX] web: do not focus if the focus_field is not a field · dcd26acc
      Denis Ledoux authored
      Sometimes, focus_field could be a button, and in such cases, we should not focus on it
      
      opw-612045
      dcd26acc
    • Rifakat Haradwala's avatar
      [FIX] stock: inventory lines with no production lot: compare with correct stock level · fa27d284
      Rifakat Haradwala authored
      Inventory lines without production lot number should
      be compared with the stock level of products without
      a production lot. Otherwise the final result of a
      validated inventory is wrong as soon as there are
      lines with and without production lot for the same
      product.
      
      Adds corresponding regression test.
      
      Fixes https://bugs.launchpad.net/openobject-addons/+bug/1008099
      Manual rebase of #1658, courtesy of Numerigraphe
      fa27d284
    • Olivier Dony's avatar
      [FIX] account: reconcile: no useless revalidation · 971ffa3d
      Olivier Dony authored
      Avoid revalidating the complete account moves
      that contain the lines being reconciled.
      The reconciliation does not change the validity
      of those moves anyway.
      This represents a very important speed up of
      reconciliation when moves with several hundred
      lines are involved.
      971ffa3d
    • Mohammed Shekha's avatar
      [FIX] Fixed the issue of calendar view reload events inconsistency, when the... · 9207748a
      Mohammed Shekha authored
      [FIX] Fixed the issue of calendar view reload events inconsistency, when the slow create popup creates event through any form button which is kind of object, action or workflow at that time events are reloaded but still button action is not called like workflow is not triggered and hence state of the event is still not changed and due to domain newly created event is filtered, note that events are refetched when create_completed is triggered and create_completed is triggered right after creation of record, but there are case where some form button changes state of the record and it requires to refetched for example we have scenario in mrp order planning where Confirm Production creates event but before workflow is triggered and state of the event is changed, events are reloaded and newly created event will not returned because of domain.
      9207748a
    • Olivier Dony's avatar
      [MERGE] Forward-port saas-4 up to 9a84d550 · acbdac4e
      Olivier Dony authored
      acbdac4e
Loading