Wednesday, May 19, 2021
5 changes · master
Enhancements to existing features
The quick search dropdown now shows selection and yes/no field values on the same line as the search label. This makes options easier to scan and choose, improving everyday navigation in Odoo lists and views.
Original PR description
Currently, the selection field and boolean field values are displays
below the string 'search for: '
like, Search status for: input value
New
Running
Cancelled
so, this commit improves the quick search dropdown by displaying the
selection field and boolean field value and strings in the same line
like, Search Status: New
Search Status: Running
Search Status: Cancelled
TaskID-2462138Time entries now automatically display in the standard hours-and-minutes format when users move away from the field, instead of waiting until the record is saved. This makes forms feel more polished and reduces confusion about whether the entered time was accepted correctly.
Original PR description
PURPOSE Currently, the input set in a 'Time' widget (float_time) is only formatting in to hh:mm when saving the record. This looks awkward and buggy. The purpose of this task is to format the content of the float_time widget when it loses focus (i.e. on field blur). SPECIFICATION Format the content of the float_time widget on field blur. TASK 2518730 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Manufacturing work order duration fields now use a time-friendly format, making durations easier to read and enter. This small usability improvement helps users work with time values more naturally and reduces confusion when reviewing or updating production operations.
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
Payment administrators can now choose the order in which payment method icons appear on the payment page. This makes it easier to highlight preferred payment options instead of relying on the system's default record order.
Original PR description
The user can reorder the payment method to put his favorite forth on their /payment page.. Description of the issue/feature this PR addresses: There is currently no forced ordering of payment icon records, meaning that they are ordered by DB ID. Current behavior before PR: Inside each acquirer's card on the payment form you can find a list of supported payment icons. It's initially collapsed so that it only shows the *first* three icon assigned to an acquirer. Desired behavior after PR is merged: Allow users to decide in which order payment method should appear on their /payment page. He can reorder them in the payment icon list, in debug mode. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Planning app onboarding tour has been updated with additional steps and revised guidance. This helps new users understand the app more easily and complete initial setup or key actions with clearer in-product instructions.
Original PR description
A few steps have been added and some other revised on the planning app existing tour. task-2516342