Skip to content
Snippets Groups Projects
  1. Oct 03, 2017
    • amoyaux's avatar
      [FIX] mrp: non-deterministic test/ behaviour · b284285f
      amoyaux authored
      test_03_test_serial_number_defaults creates 3 stock.production.lot
      but in a test case they have the same create_date.
      Moreover this test go through _assign_default_final_lot_id that do
      a search on lot ordered by create date. That's why the test is non-
      determinisitc since it could pick one of the 3 lots randomly
      
      This commit add the id in the order.
      b284285f
    • Josse Colpaert's avatar
      [IMP] mrp: traceability of quantity of non-tracked product · d8ae935e
      Josse Colpaert authored
      When producing a finished product with a lot, also the raw materials
      without lot tracking should split the move lines to at least know the
      quantities consumed for every lot produced.  This way, the traceability
      report will not confuse the user.
      d8ae935e
  2. Oct 02, 2017
  3. Oct 01, 2017
  4. Sep 30, 2017
  5. Sep 29, 2017
  6. Sep 28, 2017
  7. Sep 27, 2017
  8. Sep 26, 2017
Loading