-
- Downloads
[IMP] sale_timesheet: Move not invoiced time sheet to new SOL
Description of the issue/feature this PR addresses: There is no easy way to re-assign the time sheets to the correct SOL (changing the task's SOL does not change the non-invoiced time sheets automatically) Current behavior before PR: On a project, if a user put a wrong sale order line, and after that he changes this SOL, the timesheet line will not be moved. Desired behavior after PR is merged: On a project, if a user put a wrong sale order line, and after that he change this SOL, all non invoiced timesheet line will be moved to new line. TaskId: 2144703
Showing
- addons/sale_project/models/project.py 13 additions, 3 deletionsaddons/sale_project/models/project.py
- addons/sale_timesheet/models/account_move.py 2 additions, 2 deletionsaddons/sale_timesheet/models/account_move.py
- addons/sale_timesheet/models/project.py 25 additions, 1 deletionaddons/sale_timesheet/models/project.py
- addons/sale_timesheet/tests/test_sale_service.py 5 additions, 5 deletionsaddons/sale_timesheet/tests/test_sale_service.py
- addons/sale_timesheet/wizard/project_task_create_sale_order.py 3 additions, 5 deletions...s/sale_timesheet/wizard/project_task_create_sale_order.py
Loading
Please register or sign in to comment