Tuesday, June 29, 2021
10 changes · master
Enhancements to existing features
Inventory operations involving many serial-numbered items now validate faster by avoiding repeated location strategy checks for every unit. This can reduce processing time for large purchase receipts, especially when putaway rules are not configured.
Original PR description
This commit eliminates repeating calling of ``_get_putaway_strategy`` for each
product unit. This saves about 35% of validation time when
``stock.putaway.rule`` is not used.
STEPS:
* create a PO for product tracked by serial, set qty=10000
* confirm the PO
Performance results:
BEFORE: 20225 7.115 11.208
AFTER: 10228 4.710 7.092This update makes JavaScript test warnings easier to detect and investigate, helping developers catch problems that were previously hidden in noisy logs. It also cleans up many existing warnings across web-related tests, improving test reliability without changing end-user functionality.
Original PR description
Currently the JS logs are full of warnings and it doesn't really matter because they don't block CI. This PR: * flips JS warnings to trigger Python warnings * improves qunit's logging (hopefully) so test failures are more readable and actionable * fixes / removes / downgrades JS warnings occurring during runbot runs * also other updates probably
The Project app screens have been refined to make daily work easier to read and navigate. Updates include clearer labels, refreshed icon styling, and better ordering of information across project boards, forms, lists, and portal pages.
Original PR description
The UX of the 4 main views (kanban, form, list, portal) of the project app has been globally improved. In particular, different icons color/style were changed along with several strings, and the order of a few elements was revised to improve readability. task-2508723
Inventory replenishment now shows richer supplier information, including lead times, prices, quantities, last purchase dates, and recent delivery history. This helps purchasing and stock teams choose the best supplier directly from the replenishment process and keep orderpoints aligned with that choice.
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
Event meeting rooms now receive a default Max Capacity when none is selected, preventing confusing validation errors during room creation. Chat room creation also preserves the user-selected room settings so new rooms better match organizer choices.
Original PR description
PURPOSE When one tries to create a room without selecting a max capacity it was throwing a 'Validation Error' which is not proper warning message. The purpose of this commit is to provide a default value for that field which was not getting in the respective situation, and in a way, we can eliminate this error. SPECIFICATIONS Currently, there are two solutions proposed for this task either to simply raise a proper warning message if the field is empty or override the room_max_capacity field in 'event.meeting.room' and set some default value. In this commit, we chose the second one as the solution because still we could give that default value. LINKS PR #72756 Task 2448435
Event badge printing has been redesigned to be easier to customize and more polished for attendees. A new A4 attendee ticket report adds richer event details and instructions, while a related mail scheduling issue was fixed to avoid interruptions during report generation.
Original PR description
PURPOSE Rework the existing badge report to ease its override and make it look better and introduce a new ticket report that contains more detailed information. SPECS 1. Improve the existing badge…
PURPOSE
Rework the existing badge report to ease its override and make it look better
and introduce a new ticket report that contains more detailed information.
SPECS
1. Improve the existing badge report
- Change the event badge report to create a proper action report so that it
shows accordingly on form (and other) views.
- Remove the duplicate template for event badges and unify into one template
The "event badges" report can be printed from 2 different sources, from the
event.event itself as a preview and from the event.registration as an actual
badge for a specific attendee.
- Improve the general layout of the report and remove unnecessary fields.
2. Introduce a new badge report with the A4 format.
This report is meant to be printed for the attendee and contains more
detailed information that the existing "badge report", which is only meant to
be folded and used as a badge.
We also introduce a new field that allows easily customizing these reports by
adding "extra instructions".
See underlying commits for more details.
LINKS
ENT PR odoo/enterprise#15558
UPG PR odoo/upgrade#2084
Task-2120259SEPA payment file versions are now configured on each bank account journal instead of only in general settings. This gives businesses more flexibility when different bank accounts require different SEPA formats, with an initial value chosen from the IBAN or company country information.
Original PR description
The goal is to move the SEPA pain version from the settings to each bank account journal, and to make it editable by the user. It will first look at IBAN, then at the fiscal country and lastly at the company's country code to compute the initial value. Task: 2567701
Event badge reports were streamlined into a single refreshed layout, reducing confusion and improving consistency. A new A4 event ticket format now supports printing the event barcode in the report placeholder, helping attendees and staff handle check-in materials more easily.
Original PR description
Follow-up of community commits that improve the existing badge report and introduce a new A4 ticket format report. This merge commit simply modifies xpath accordingly. See underlying commits for details. LINKS COM PR odoo/odoo#64066 UPG PR odoo/upgrade#2084 Task-2120259
The data merge screens now use clearer wording and provide helpful guidance when manual merge selections are complete. The module also removes leftover merge menu actions during uninstall, keeping menus cleaner for users after the feature is removed.
Original PR description
This commit improves merge action related naming in views. It adds action helper in depuplication view where all manual merge selection has been merged or discarded. Also, at uninstall of the data_merge module, it cleans the reminent 'Merge' server actions in contextual menu of all merge enabled models. Task ID: 2559013
The project app screens were refined to make daily work easier to scan and navigate. Updates include clearer wording, refreshed icon styling, and better ordering of information across project views and related timesheet, field service, forecast, and sales flows.
Original PR description
The UX of the 4 main views (kanban, form, list, portal) of the project app has been globally improved. In particular, different icons color/style were changed along with several strings, and the order of a few elements was revised to improve readability. task-2508723