Daily updates from Odoo
Monday, April 15, 2019
7 changes
Enhancements to existing features
The invoice payment area now makes the “Add” action look and behave more like a standard clickable link. This small usability improvement helps users recognize the action more easily while preventing unintended page navigation when it is clicked.
Original PR description
- add href to display <a> tag like a link and add preventDefault on click event to stop default action. Task ID- 1908989 Description of the issue/feature this PR addresses: Task - https://www.odoo.com/web#id=1908989&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad - https://pad.odoo.com/p/r.78f2344bbff2a360a3c2a504bb3139b0 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
The quotation portal back button now matches the full-width style used elsewhere in the customer portal. This creates a more consistent navigation experience for customers viewing quotations and related portal pages.
Original PR description
Description of the issue/feature this PR addresses: <b> Task:</b> https://www.odoo.com/web?#id=1943427&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 <b> Pad:</b> https://pad.odoo.com/p/r.fc939a056d38348e75818e75bbeff2e0 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
This update makes stock move line buttons use the same icon and label across manufacturing and inventory screens. It also ensures the unbuild order button opens the detailed stock movement records directly, making navigation clearer for users.
Original PR description
Task #1966567
Project users can now group tasks by the date they were created. This makes it easier to review workload trends, track recent activity, and organize task lists by when work entered the system.
Original PR description
This commit adds the possibility to group tasks by their creation date Task: #1959603 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
The confirmation message shown when removing a follower now includes that follower's name, making it clearer which person will be removed. This helps users avoid accidental removals and improves confidence when managing followers in discussions.
Original PR description
Task ID : https://www.odoo.com/web#id=1919551&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 Pad Link : https://pad.odoo.com/p/r.e7bb269a8061d9527ea692ba243eeb5a -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The date picker will now open when a user clicks the date field, rather than immediately when the field receives focus. This reduces unexpected pop-ups while navigating forms and makes date entry feel more intentional.
Original PR description
Description of the issue/feature this PR addresses: - Open the datepicker on click not on focus - Related task: https://www.odoo.com/web?#id=1893170&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.314e2c1a445783a031939f6371df91b8 Current behavior before PR: - Datepicker open on focus Desired behavior after PR is merged: - Datepicker open on click not on focus
Marketing automation now relies on the standard mass mailing logic for tracking previously contacted recipients and managing opt-outs or blacklists. This removes duplicated internal handling, reducing maintenance risk while keeping recipient protections in place.
Original PR description
…useless methods _get_seen_list override can be removed as all cases will be taken into account in mass_mailing directly. _get_opt_out_list override can be removed as if the model is not 'mass_mailing_contact' (typically the only model left with an opt_out option), it will return an empty set anyway. Closes PR # Task ID : 1907292