Thursday, April 21, 2022
4 changes
Enhancements to existing features
The Documents spreadsheet integration has been updated to the latest spreadsheet engine version. This improves the underlying reliability and maintainability of spreadsheet rendering and interactions, with no major user-facing workflow changes expected.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/a71c5d85 [IMP] *: convert all position arrays to type Position https://github.com/odoo/o-spreadsheet/commit/8b180cfe [REM] commands: Selection related commands are not used anymore https://github.com/odoo/o-spreadsheet/commit/c71bdca6 [REF] overlay: rename overlay to headers overlay https://github.com/odoo/o-spreadsheet/commit/86db8e6d [REF] renderer: remove headers sizes dependencies https://github.com/odoo/o-spreadsheet/commit/ad69d247 [REF] grid: introduce grid overlay
This update tidies the internal naming used by the signing request screen. It helps keep the Sign app easier to maintain without changing how users complete or manage signature requests.
Original PR description
Task-2828981
VoIP call and activity handling logic has been reorganized behind the scenes to make it easier to maintain and update. This should make future VoIP improvements more reliable without changing how users work today.
Original PR description
This commit moves some handler methods from components to models, as a step closer to having most of business code in models. Having business code in models is desirable so that the code is much more maintainable: easier to change and more robust code. Task-2579306 Community: https://github.com/odoo/odoo/pull/89123
This update removes an unnecessary parameter from the mail channel folding behavior. It keeps the messaging experience cleaner internally without changing how business users interact with channels.
Original PR description
Unnecessary param. task-2827807