Skip to content
Snippets Groups Projects
  1. Nov 19, 2014
    • Denis Ledoux's avatar
      6c13c8d9
    • Denis Ledoux's avatar
      [FIX] mrp: perform location chaining for kit exploded moves · 529e920b
      Denis Ledoux authored
      This rev. 73072272 ensured to not (re-)set the state 'confirmed' to exploded moves with a more advanced state (for instance, 'assigned')
      Nevertheless, the location chaining is performed on the move confirmation, through the action_confirm method of the stock.move model. Besides, the resulting moves of the _action_explode method had the state 'confirmed' on creation, the 'confirmed' state wasn't set by the method 'action_confirm', meaning that the moves were confirmed without having the location chaining done. Allowing moves to go through the action_confirm method even if the state was 'confirmed' or further triggered the location chaining.
      
      Preventing already confirmed moves to go through the action_confirm method prevented the location chaining, thus.
      
      We now create the resulting moves with the 'draft' state, and then confirm them through the procurement workflow signal 'button_confirm'. Thus, the resulting moves are confirmed by going through the action_confirm method, writing the confirmed state and triggering the location chaining at the same time. We then write the 'assigned' state if necessary.
      
      opw-617235
      529e920b
  2. Nov 18, 2014
  3. Nov 14, 2014
  4. Nov 13, 2014
  5. Nov 12, 2014
  6. 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
  7. Nov 06, 2014
  8. Nov 05, 2014
Loading