Commit Graph

25 Commits

Author SHA1 Message Date
OCA-git-bot
2548da445a [BOT] post-merge updates 2023-11-06 19:18:12 +00:00
OCA-git-bot
110b760b58 [UPD] README.rst 2023-09-03 11:44:13 +00:00
Pedro M. Baeza
cbf4a37cbb [FIX] account_reconciliation_widget: Handle blue lines
When coming from previous versions of Odoo, you may have payments
directly done against the bank account. On the reconciliation widget,
they are represented as blue lines.

One possibility is to replace in all these pending entries the bank
account by the outstanding payment/receipt account, but this means to
modify past accounting that may be locked.

So this commit is restoring the ability to reconcile against these blue
lines, although this is a deprecated thing.

Things done:

- Repair the JS widget for informing correctly about the blue lines
  to reconcile.
- When having such lines to reconcile, the temporary statement line is
  removed, and the payment one is linked.
- When reverting reconciliation of the statement lines linked to
  payments, the entry is not removed, just removed the link, and a new
  entry is created for the statement line.

TT43713
2023-06-03 00:25:50 +02:00
OCA-git-bot
30c5c8e733 Merge PR #418 into 14.0
Signed-off-by pedrobaeza
2023-01-31 18:21:18 +00:00
Alexis de Lattre
033dedb9b2 [IMP] account_reconciliation_widget: show analytic account on counterpart line 2022-08-11 00:06:39 +02:00
Alexis de Lattre
a63e26e6fd [FIX] account_reconcilication_widget: notifications
Notifications displayed at the start of the reconciliation interface are
back up and running (it was working in v10, broken in v12 and v13).
For example, when you import an OFX file and go directly to the
reconciliation interface, it will display the number of transactions
that were automatically dropped because they were already present in
Odoo (detected via the unique_import_id).
2022-08-09 23:08:28 +02:00
Alexis de Lattre
fc104aabc6 [FIX] account_reconciliation_widget: fix JS crash when there are not taxes 2022-08-08 22:58:41 +02:00
Alexis de Lattre
5875616665 account_reconciliation_widget: ability to edit ref
'ref' of account.move can now be customized in the reconciliation widget
'name' of account.move is displayed for information
2022-08-01 20:13:45 +02:00
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
Téo Goddet
fdd3f23ca5 [FIX] account_reconcile_widget: analytic tags formatting
before this commit. analytic tags are not correctly formatted when sent to the server after reconciliation, that lead to an error being raised
2022-04-18 22:30:23 +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
OCA-git-bot
782b79e9b9 [ADD] icon.png 2021-01-23 19:12:23 +00:00
OCA-git-bot
7d77aa0570 [UPD] README.rst 2021-01-23 19:12:22 +00: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