Skip to content
Snippets Groups Projects
  1. Nov 05, 2014
  2. Nov 04, 2014
  3. Nov 03, 2014
  4. Oct 31, 2014
    • Denis Ledoux's avatar
      [FIX] web: on editable list save, valid all records · df845940
      Denis Ledoux authored
      opw-617036:
      In my current timesheet, if you add a a required field on the timesheet ids lines, and add data in the summary tab, it was possible to validate the timesheet lines while requried fields were missing.
      df845940
    • Mohammad Alhashash's avatar
      [FIX] stock: more tolerant copy method · 8af9fdfa
      Mohammad Alhashash authored
      Allow setting origin/backorder when copying new stock.picking
      Fixes #379, lp:1098557
      8af9fdfa
    • Martin Trigaux's avatar
      [IMP] stock: avoid errors with picking without quantity · aed71f39
      Martin Trigaux authored
      When a line is not present in the partial delivery wizard, computation variables are initialized with generic values (zero quantity, zero price,...). Instead of setting the uom to False, keep the quantity of the move.
      This makes a difference only when the quantity of the move is 0. That means that the move will be marked as complete and can be processed.
      This avoids trying to update the stock.move with a uom at False. opw 616844
      aed71f39
  5. Oct 30, 2014
  6. Oct 29, 2014
    • Christophe Simonis's avatar
      2b2ec074
    • Mohammad Alhashash's avatar
      [FIX] stock: UoS quantity in stock.picking · 43db7267
      Mohammad Alhashash authored
      Implements the UoS TODO items on stock.picking.do_partial() to fix #1432.
      Add a new method _compute_uos_qty() on product.product to computes
      product's invoicing quantity in UoS from quantity in UoM.
      
      The created invoice will use the product_uos of the stock.move, meaning keeping
      the quantity specified on the partial picking and the unit of measure of the
      original stock.move (e.g. recieving 1 dozen from a 12 unit picking should either
      get uos=dozen, uos_qty=1 or uos=unit, uos_qty=12, not a mix of both)
      
      Fixes #1432, opw 611479
      43db7267
  7. Oct 28, 2014
  8. Oct 27, 2014
  9. Oct 24, 2014
Loading