Monday, September 5, 2016
2 changes · master
Enhancements to existing features
Project issue screens are reorganized and adjusted to make task and issue options easier to discover on project forms and quick-create flows. Issue reporting is also simplified by removing outdated report fields and filters and by making email counts more accurate for business analysis.
Original PR description
Task: https://www.odoo.com/web#id=28079&view_type=form&model=project.task&action=327&menu_id=4720
Resolved issues and error corrections
Timesheet entries now include the employee's related account so labor costs are recorded correctly for analytic entries and reinvoicing. This helps ensure employee costs flow through accurately when timesheets are used for billing.
Original PR description
TASK:https://www.odoo.com/web#id=28372&view_type=form&model=project.task&action=333&active_id=248&menu_id=4720 … timesheets When we create a timesheet activity, it create an analytic line that allows to re-invoice the costs from the employee. If the account_id is not set on the analytic account line, the employee cost is not passed correctly on the Analytic Entries, which is not the behavior we should expect. This commit simply adds a account_id on the employee and this account is returned with the cost and the uom by the method `_get_timesheet_cost`