Skip to content
Snippets Groups Projects
Commit a8d65794 authored by alt-odoo's avatar alt-odoo
Browse files

[FIX] account: prevent ValueError when applying reconciliation rule


If we have a reconciliation model having a rule using a regex, we are extracting
the balance from the label, but we should not raise an error in case the regex
is matching an incorrect float value, and just set a zero balance instead.

closes odoo/odoo#74835

Signed-off-by: default avatarWilliam André (wan) <wan@odoo.com>
parent ba5acd28
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment