odoo/odoo#97844
Created by fw-bot
Merged
at 5eb2124ff90db06024dc54efebb0378cbd9be41f
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team for help in case of failure.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:saas-15.3-13.0-opw-2937403-follow-up-huvw-Bwcu-fw
- head
- e785aaa0e426f58a44fd66fa0df4d6a84dabf19a
- merged
- 3 years ago by Bugfix, Hubert Van De Walle
odoo/odoo | |
---|---|
13.0 | #97788 |
14.0 | #97806 |
15.0 | #97819 |
saas-15.2 | #97833 |
saas-15.3 | #97844 |
saas-15.4 | #97854 |
16.0 | |
17.0 | |
18.0 | |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
master | #97861 |
[FW][FIX] web: parseMonetary with NBSP as a thousands separator and no currency
Steps to reproduce:
- Switch language to french
- Refresh the page
- Create a new payment
- Select a partner
- Enter an amount of 100000,00
- Save the record
→ The following field is incorrect: amount
Cause of the issue:
parseMonetary
wrongly assumed that a currency was always passed in
the parameters
Forward-Port-Of: #97788