mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
3daa2d80c517bb0fd160cd1350a811b52200c2a8
When decimal separator is a dot, it has a special meaning in the regex (any character) that cause problem For instance in 123.40 the regex will match .4 and remove it. And then the proposal will be base on the number 120 instead of 123.40 The other problem with the actual regex is that minus sign get removed In the fix, we start by replacing the decimal_separator by a dot (before it was done after the cleaning) and the clean with a character class that is clearly specified (dot, minus, numbers) Bug was already present in odoo13 EE and CE
account-reconcile
TODO: add repo description.
Available addons
| addon | version | maintainers | summary |
|---|---|---|---|
| account_reconciliation_widget | 15.0.1.2.0 | Account reconciliation widget |
Licenses
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's __manifest__.py file, which contains a license key
that explains its license.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Description
Languages
JavaScript
38.6%
Python
33.9%
HTML
26.5%
SCSS
1%
