odoo/odoo#116290

Created by Logistics, Martin Maes (marm)

Blocked

label
odoo-dev:master-mrp-timesheet_split_merge-marm
head
52501abb9db4225b73a0a1c6bb2e0fd99012f6c9
target
master

[FIX] mrp: timesheet not splitting

This bug was spotted in the wizard of the workorders allowing to create a timesheet manually.
The previous behaviour did not split the timesheet as it should.

For example: if the duration expected for the workorder is 60 min and if we create a timesheet of 70 min (supposing that no one timesheeted on the workorder),
the timesheets should be splitted in a 60 and a 10 one, with correct loss_ids.

The next step is to make sure that timesheet can merge together. For example, if an employee timesheet ends when another start, with the same productivity, those two should be merged as one

Theses steps must be done in the write and create from mrp.productivity

task id : 3216277

Description of the issue/feature this PR addresses:

Current behavior before PR:

Desired behavior after PR is merged:




---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr