-
- Downloads
[FIX] point_of_sale: html2canvas letterRendering is configurable
The `letterRendering` option from the html2canvas broke the receipt's characters of some localizations/languages such as the arabic one.
With this commit, we can simply override the `htmlToImgLetterRendering()` method from the `PosModel` when needed.
closes odoo/odoo#75777
Related: odoo/enterprise#20520
Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
Showing
- addons/point_of_sale/static/lib/html2canvas.js 1 addition, 1 deletionaddons/point_of_sale/static/lib/html2canvas.js
- addons/point_of_sale/static/src/js/models.js 3 additions, 0 deletionsaddons/point_of_sale/static/src/js/models.js
- addons/point_of_sale/static/src/js/printers.js 3 additions, 1 deletionaddons/point_of_sale/static/src/js/printers.js
- addons/point_of_sale/static/src/js/screens.js 1 addition, 1 deletionaddons/point_of_sale/static/src/js/screens.js
Loading
Please register or sign in to comment