Commit Graph

14 Commits

Author SHA1 Message Date
Téo Goddet
6bc4058869 [FIX]account_reconcile_widget: value cleaning & decimal separator choice
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
2022-07-13 18:02:45 +02:00
OCA-git-bot
25eb879fb6 Merge PR #420 into 14.0
Signed-off-by pedrobaeza
2022-07-12 14:22:54 +00:00
Téo Goddet
7323e8d233 [FIX]account_reconcile_widget: value cleaning & decimal separator choice
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
2022-07-08 13:27:53 +02:00
OCA-git-bot
af9b5b76f8 Merge PR #440 into 14.0
Signed-off-by pedrobaeza
2022-01-31 15:47:43 +00:00
fkantelberg
ff60a1296d Apply the tax_tag_ids correctly to the lines 2022-01-31 15:08:41 +01:00
ps-tubtim
1e4831dc9e [FIX] account_reconciliation_widget: show journal 2022-01-19 17:51:58 +07:00
Téo Goddet
78dbb724d9 Fix on which value the value regex is matched 2021-10-30 16:36:36 +02:00
Alexis de Lattre
b682d30430 account_reconciliation_widget: improve when label=False on account.reconcile.model.line 2021-04-27 18:14:29 +02:00
Francisco Ivan Anton Prieto
5d4352d2b6 [14.0][FIX] account_reconciliation_widget: progressbar width
Some changes in Odoo 14.0 JS execution flow makes setting progressbar width in do_show not working properly
2021-04-21 13:43:21 +02:00
Alexandre D. Díaz
a4108c2fe9 [FIX] account_reconciliation_widget: Javascript make propositions 2021-04-05 19:24:48 +02:00
Alexis de Lattre
81993220da account_reconciliation_widget: note -> narration on bank statement lines 2021-02-04 23:10:29 +01:00
Alexis de Lattre
c564251a02 account_reconciliation_widget: Use payment_ref for the statement line label 2021-02-04 19:01:28 +01:00
Francisco Ivan Anton Prieto
aa43f5881b [ADD] account_reconciliation_widget: first working alpha 2020-12-17 01:21:57 +01:00
Odoo
267f6653d0 [ADD] account_reconciliation_widget: Base module code extracted from Odoo 13.0 2020-12-17 01:21:38 +01:00