1. 21 Feb, 2018 1 commit
  2. 08 Feb, 2018 3 commits
  3. 06 Feb, 2018 2 commits
  4. 05 Feb, 2018 3 commits
  5. 04 Feb, 2018 1 commit
  6. 01 Feb, 2018 4 commits
  7. 29 Jan, 2018 1 commit
  8. 26 Jan, 2018 1 commit
  9. 23 Jan, 2018 2 commits
  10. 22 Jan, 2018 3 commits
  11. 16 Jan, 2018 2 commits
  12. 15 Jan, 2018 2 commits
  13. 08 Jan, 2018 1 commit
  14. 04 Jan, 2018 13 commits
  15. 03 Jan, 2018 1 commit
    • Sebastien Robin's avatar
      stock optimisation: fixed error when stock optimisation was used with inventories · 3a597c96
      Sebastien Robin authored
      generateMovementListForStockOptimisation was raising error when there was inventories.
      The method was assuming that doing getObject() on an inventory line (from
      getFutureInventoryList) was always returning a movement. But sometimes we get
      the inventory itself. So do not use getVariationCategoryList, but use the variation_text
      stored in the stock table.
      3a597c96