Friday, May 20, 2022
1 change · master
Features or functions removed from Odoo
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