odoo/enterprise#38608
Created by Martin Maes (marm)
Blocked
- Merge method
- Review
-
CI
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 2128s)
- label
- odoo-dev:master-mrp-timesheet_split_merge-marm
- head
- d8f37d99e2e1868d92c36b827198a53cf3324a05
odoo/odoo | odoo/enterprise | |
---|---|---|
master | #116290 | #38608 missing r+ |
[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