Wednesday, November 16, 2016
3 changes · master
Enhancements to existing features
Timesheet entries can now continue to update delivered quantities even when the related sales order is locked. This helps keep invoicing and project delivery tracking accurate without requiring users to unlock confirmed orders.
Original PR description
Description of the issue/feature this PR addresses: Task: https://www.odoo.com/web#id=26879&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.1bcb8a77003ea21653135ac684ec774c 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 …r while timesheet filled by user
Project task cards now make it easier to tell whether a task has no assignee or is assigned to someone without a profile picture. Unassigned tasks no longer show the default image, reducing confusion when reviewing work in the task board.
Original PR description
Task : https://www.odoo.com/web#id=27530&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.ce9a92c8c487855e8ab973ef1bf20a94 Description of the issue/feature this PR addresses: - In kanban view,Project --> tasks, you see the picture of the responsible of the task. - However, it is not possible to differentiate between a task that is unassigned and one that is assigned to someone who doesn't have a picture because. - In both cases, the picture shown is the default camera picture. Current behavior before PR: - No display picture at all when no one is assigned - Default camera picture is displaying when one doesn't have a picture. Desired behavior after PR is merged: Don't display a picture at all when no one is assigned to Task. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr …ne with no image
This update makes quotation and sales order dates clearer in list views and customer-facing PDF reports. Expected delivery dates are now calculated from the confirmed sales order date instead of the quotation date, improving accuracy for customers and sales teams.
Original PR description
Description of the issue/feature this PR addresses: - Usability Issue in Quotation List view and Sale order Report - Calculation of expected deliverydate is based on Quotation date , which is wrong. (It should be based on Sale order date). Pad: https://pad.odoo.com/p/r.45ffb3d56ccaca76f9d4e41129c13a6b Task: https://www.odoo.com/web?#id=27926&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 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