Friday, May 20, 2022
3 changes · master
Features or functions removed from Odoo
An obsolete internal setting for views was removed from the system and cleaned up across several Odoo apps. This reduces maintenance complexity without changing day-to-day functionality for users.
Original PR description
Task: 2463632
Removed an outdated mail-related method that is no longer needed. This simplifies maintenance with no expected change for end users.
Original PR description
**Before this commit:** There is an obsolete method 'channel_fetch_listeners' which is not needed now. **After this commit:** Removed this obsolete method. **Task**-2827899
This update removes old compatibility code from the German POS certification module because the related screenshot library no longer supports that option. The change helps keep the module aligned with newer dependencies and reduces maintenance risk without changing business workflows.
Original PR description
The `letterRendering` option was removed from the `html2canvas` library in recent versions. Since the library is getting updated, we can get rid of code that was only there to check whether that option should be active or not (which was in order to cover an issue with the old workings of the library). Community PR: https://github.com/odoo/odoo/pull/91773