Skip to content
Snippets Groups Projects
Commit 3530cfc7 authored by Ivan Yelizariev's avatar Ivan Yelizariev
Browse files

[FIX] core: use non-breaking space for currency symbol

In some languages and layout the currency symbol might be wrapped in a separate
line, which is not acceptable from accounting point of view. Fix it by replacing
space with a special symbol.

STEPS for v15:
* install MX localization;
* create a Spanish speaking customer
* generate a pdf:
1) Create quotation with products
2) Add IVA 16%tax
3) print a report

BEFORE: the currency symbol is incorrectly displayed on a separate line
AFTER:  currency symbol is always with the amount

---

https://github.com/odoo/odoo/pull/89722


opw-2829138

closes odoo/odoo#90591

X-original-commit: a9d38db2
Related: odoo/enterprise#26978
Signed-off-by: default avatarWilliam André (wan) <wan@odoo.com>
Signed-off-by: default avatarIvan Elizaryev (iel) <iel@odoo.com>
parent 3211cf84
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment