1. 09 Jan, 2018 15 commits
  2. 08 Jan, 2018 19 commits
  3. 05 Jan, 2018 2 commits
  4. 04 Jan, 2018 3 commits
  5. 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