Merge PR #483 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2022-07-13 16:26:13 +00:00

View File

@@ -1604,7 +1604,7 @@ odoo.define("account.ReconciliationModel", function (require) {
if (matching && matching.length == 2) {
matching = matching[1].replace(
new RegExp(
"[^-d" + reconcileModel.decimal_separator + "]",
"[^-\\d" + reconcileModel.decimal_separator + "]",
"g"
),
""