Daily updates from Odoo
Navigate
Branch
Wednesday, July 19, 2017
12 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
The online shop no longer relies on a deprecated hidden setting for product variant attributes. Product names now automatically stay clean when an attribute has only one value, reducing configuration complexity and keeping storefront and order displays clearer.
Original PR description
Task:https://www.odoo.com/web#id=34017&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad: https://pad.odoo.com/p/r.6709cdd5e3f44fb5192144464d5d62fc 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
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
This update gives separate page identifiers to the payment methods area and the payment validation button area during checkout. It makes the checkout page structure clearer and easier to customize or target reliably without changing the customer-facing payment flow.
Original PR description
**Description of the issue/feature this PR addresses:** Same ids for different divs make it harder to use xpaths on the specific div. **Current behavior before PR:** Currently the id "payment_method" belongs to two different divs. **Desired behavior after PR is merged:** Unique ids for divs. I've split them in "payment_validate" for the buttons, and kept "payment_methods" for the payment methods. This took the least amount of alterations and looks the most logical. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The form view stage and state bar now uses the same highlight color as the main action button. This makes the selected status clearer and creates a more consistent visual experience for users.
Original PR description
Task: https://www.odoo.com/web?#id=30060&view_type=form&model=project.task&action=327&menu_id=4720 Pad: https://pad.odoo.com/p/r.9f25637f08957f8794fdd1db795b330c 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
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
The call-to-action button in the website signing flow now uses the updated purple color. This keeps the signing experience aligned with the latest brand styling and provides a more consistent look for users.
Original PR description
Task : https://www.odoo.com/web?#id=33808&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.374838b6ad915935f58fca35a2a60e26
Resolved issues and error corrections
This fixes a chat window issue where timestamp labels could grow from “now” to longer text and push newer messages out of view. The chat now keeps the latest conversation content visible automatically, reducing missed messages and manual scrolling.
Original PR description
In the chat, there is an indication of when a message was sent, This indication gets updated as time passes. When the last one in the conversation is updated to an indication that takes more space (e.g. from 'now' to 'a minute ago'), the text below is pushed lower (as expected) but the chatter does not scroll down. As a result, we do not see new messages, unless manually scrolling down. Description of the issue/feature this PR addresses: Task : https://www.odoo.com/web?#id=32778&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.071f78a912b5b9c48898b981af86c322 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
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
Code cleanup and technical improvements
This PR overhauls how Odoo tracks inventory quantities, reservations, deliveries, manufacturing movements, returns, scraps, and packages. The change is intended to make stock operations more scalable, easier to edit, and better aligned with real warehouse workflows, while updating related screens and tests.
Original PR description
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
Documentation and clarification updates
A new contributor agreement record was added for Vincent Adriaensen. This supports the project's legal contribution process and allows the contributor's future submissions to be accepted under Odoo's guidelines.
Original PR description
Create vincentadriaensen.md file so i can contribute. Thx, Vincent -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr