Monday, May 17, 2021
3 changes · master
Enhancements to existing features
Currency exchange rates shown in the kanban overview are now rounded to two significant digits. This makes the display easier to read at a glance while preserving the information needed for day-to-day currency management.
Original PR description
Task: 2519395
The stock return process now checks the type of record before applying limits meant only for stock transfers. This lets other workflows reuse the return model with multiple records without being blocked unnecessarily, while keeping the existing stock transfer behavior unchanged.
Original PR description
Before this commit, We were checking for multiple `active_ids` before checking for `active_model` in context, which was blocking point if user want to use this model with `active_ids` with different `active_model`. With this commit, we are checking condition of multiple `active_ids` if `active_model` is `stock.picking`. so other users can use this model with `active_ids` without changing any flow. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Links created through user-generated content in the editor, forum, and profile areas are now marked with a standard attribute that identifies them as user-submitted. This helps search engines and other services better understand the origin of those links, reducing reputational risk from community content.
Original PR description
+ Odoo Editor Lib Build See odoo task : https://www.odoo.com/web#action=333&active_id=1695&cids=1&id=2319575&menu_id=4720&model=project.task&view_type=form -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr