Skip to content
Snippets Groups Projects
  1. Nov 14, 2014
  2. Nov 13, 2014
  3. Nov 12, 2014
  4. Nov 10, 2014
    • Martin Trigaux's avatar
      [FIX] project_timesheet: accept work without date · ab5ecef4
      Martin Trigaux authored
      date field on a project.task.work is not required while it is on the hr.analytic.timesheet (with default value).
      Avoid error if fill a task work without date, fallback on context_today.
      ab5ecef4
    • Martin Trigaux's avatar
      [FIX] mrp: prevent suppression of bom if used in mo · e27afc13
      Martin Trigaux authored
      The field bom_id is required on a manufacturing order and deleting a mrp.bom would block the current mo.
      Restrict the suppression for manufacturing order in progress.
      Fixes #3417
      e27afc13
    • Dhruti Shastri's avatar
      [FIX] project_timesheet: missing timesheet for tasks without project · c200ffd7
      Dhruti Shastri authored
      Timesheet activities (hr.analytic.timesheet) are generated when a work activity (project.task.work) is logged on a task.
      These are updated if the project of the task is modified.
      This patch applies the same behaviour for tasks without project, the timesheet activities are generated once a project is set on the task.
      To avoid redundency in the code, extract the computation in a distinct method.
      Fixes #701, opw 609481
      c200ffd7
  5. Nov 06, 2014
  6. Nov 05, 2014
  7. Nov 04, 2014
  8. Nov 03, 2014
  9. 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
  10. Oct 30, 2014
  11. 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
  12. Oct 28, 2014
Loading