Daily updates from Odoo
Wednesday, July 19, 2017
5 changes
Enhancements to existing features
The Sales Analysis report now defaults to grouping sales orders by their confirmation date instead of their creation date. This makes reporting better aligned with confirmed sales activity, such as commission tracking and period-based sales analysis.
Original PR description
Task : https://www.odoo.com/web#id=34878&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad : https://pad.odoo.com/p/r.65e7c9948ec1d6300264043002f46f17 … date 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
Fleet users get a clearer vehicle overview and easier access to contract information from kanban and form views. Contract activity is now visible in the chatter, status changes can be tracked, and vehicles can include a model year for better day-to-day fleet management.
Original PR description
-Service types are separated in two actions -Fleet kanban tile is modified : 'button leasing' is deleted tile background color is adapted link to contract is added -Chatter for contract -Tracking contract status in chatter -New field Model year added to fleet form Reason: To have a user friendly view in fleet kanban and forms, contract usability for day-to-day usage. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is [Task 4720](https://accounts.odoo.com/web#id=33319&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Customers now receive an email when their order is shipped, helping them stay informed without contacting support. If tracking information is available, the email includes a tracking link so customers can follow the delivery progress.
Original PR description
https://www.odoo.com/web?debug#id=28313&view_type=form&model=project.task&action=327&menu_id=4720
Shipping carriers now support notification emails for deliveries, helping customers stay informed about shipment updates. This improves delivery communication across major carrier integrations such as Bpost, DHL, FedEx, UPS, and USPS.
Original PR description
https://www.odoo.com/web?debug#id=28313&view_type=form&model=project.task&action=327&menu_id=4720 requires https://github.com/odoo/odoo/pull/13811
Resolved issues and error corrections
Pivot and graph reports now correctly apply the default grouping set in the page context when users have not chosen their own grouping. This helps business users see reports organized as intended without extra manual filtering or configuration.
Original PR description
Description of the issue/feature this PR addresses: * Issue: https://www.odoo.com/web#id=747620&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: Desired behavior after PR is merged: Before this commit passed context key 'group_by' is not applied on Pivot/Graph view. In reload method If user does not select group by on views than apply default group by (context key 'group_by') -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr