Commit Graph

762 Commits (cbb9a7f5f3b176c01395e6458168f12e14c2786c)

Author SHA1 Message Date
OCA-git-bot cbb9a7f5f3 [BOT] post-merge updates 2025-02-07 23:40:28 +00:00
OCA-git-bot 1836d31cc9 Merge PR #784 into 16.0
Signed-off-by pedrobaeza
2025-02-07 23:37:36 +00:00
Florian da Costa 976fc5993c [FIX] partner update from reconciliation widget
We cant to avoid to change amounts on accounting entries during the reconciliation process. One of the goal is to avoid a following case :
The statement line is created in a foreign currency journal, later, the rate is updated in Odoo.
During reconciliation process, the partner is set on liquidity line, the accounting entries are synchronized and the balance changes.
2025-02-05 16:46:18 +01:00
Florian da Costa 2296473bb7 [FIX] Synchronise partner from statement line to accounting entries
We need to look at the reconcile_data to find the partner as the manual_partner_id can contain the information of an auxiliary line
2025-02-05 16:26:22 +01:00
Víctor Martínez 32b3b8ed99 [FIX] account_reconcile_oca: Synchronize manual_partner_id with partner_id without onchange or subsequent changes with the _synchronize_to_moves() method.
We do not define partner_id with the value of manual_partner_id to prevent _synchronize_to_moves()
from making changes to the account.move.line leaving unintended values and/or data.

Re-define the value of reconcile_data_info if the _synchronize_to_moves() method has changed
anything on the lines.

Related to https://github.com/OCA/account-reconcile/issues/779

TT52634
2025-02-05 16:26:22 +01:00
OCA-git-bot 521a52c772 [BOT] post-merge updates 2025-02-04 17:52:42 +00:00
OCA-git-bot caf0d9438a Merge PR #777 into 16.0
Signed-off-by alexis-via
2025-02-04 17:49:47 +00:00
OCA-git-bot cec1221855 [BOT] post-merge updates 2025-02-03 18:45:17 +00:00
OCA-git-bot cdad4e0cc8 Merge PR #792 into 16.0
Signed-off-by pedrobaeza
2025-02-03 18:42:26 +00:00
oca-git-bot 696dd9f965 [IMP] update dotfiles 2025-02-02 18:00:51 +00:00
Sergio Bustamante 092341be5f [FIX] account_reconcile_oca: Fix currency and amount when using reconciliation models 2025-01-31 13:31:57 +01:00
Ahmet Yiğit Budak 8a47e394a4 Translated using Weblate (Turkish)
Currently translated at 100.0% (20 of 20 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_statement_base
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_statement_base/tr/
2025-01-30 08:06:26 +00:00
Ahmet Yiğit Budak 33fe3afc2c Translated using Weblate (Turkish)
Currently translated at 97.6% (123 of 126 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/tr/
2025-01-30 08:06:26 +00:00
Pedro M. Baeza 9f8417380d Translated using Weblate (Spanish)
Currently translated at 100.0% (126 of 126 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/es/
2025-01-29 18:48:22 +00:00
OCA-git-bot 484fdf686e [BOT] post-merge updates 2025-01-28 08:27:44 +00:00
OCA-git-bot 37f1db6fe1 Merge PR #787 into 16.0
Signed-off-by pedrobaeza
2025-01-28 08:23:35 +00:00
Pierre-François Teyssier 5e4b3466d2 Translated using Weblate (French)
Currently translated at 77.7% (77 of 99 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_mass_reconcile
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_mass_reconcile/fr/
2025-01-22 16:06:32 +00:00
Florian da Costa ca0b7a4f1e [FIX] Wrong amount currency compute in case of change in liquidity line 2025-01-22 13:02:48 +01:00
OCA-git-bot 909977c335 [BOT] post-merge updates 2025-01-20 16:17:55 +00:00
OCA-git-bot e6e0212cd1 Merge PR #783 into 16.0
Signed-off-by pedrobaeza
2025-01-20 16:13:53 +00:00
Florian da Costa bc37bc2acd Revert "[FIX] account_reconcile_oca: Add context key skip_account_move_synchronization to avoid side effects"
This reverts commit 861ad0986c.
2025-01-20 16:28:08 +01:00
OCA-git-bot f89f25a542 [BOT] post-merge updates 2025-01-20 10:19:36 +00:00
OCA-git-bot 7f99855ecd Merge PR #782 into 16.0
Signed-off-by pedrobaeza
2025-01-20 10:15:29 +00:00
Víctor Martínez 861ad0986c [FIX] account_reconcile_oca: Add context key skip_account_move_synchronization to avoid side effects
We need to define skip_account_move_synchronization in the context to avoid that when writing
the bank statement line, some values can be updated in the account.move.line making the information
inconsistent.

Related to https://github.com/OCA/account-reconcile/issues/779
2025-01-20 11:08:32 +01:00
OCA-git-bot 95b38bf186 [BOT] post-merge updates 2025-01-15 07:23:18 +00:00
OCA-git-bot b33b463171 Merge PR #778 into 16.0
Signed-off-by pedrobaeza
2025-01-15 07:19:13 +00:00
Tom 5e8332e7e0 [FIX] account_reconcile_oca: Depending on how the widget is opened, there is not always this.form_controller 2025-01-14 23:09:19 +01:00
Tom de2ae502f2 [FIX] #11339 account_reconcile_oca: KeyError on data 2025-01-14 21:40:31 +01:00
OCA-git-bot 0760c8fbea [BOT] post-merge updates 2025-01-12 14:58:59 +00:00
OCA-git-bot 49387e4bdc Merge PR #651 into 16.0
Signed-off-by pedrobaeza
2025-01-12 14:54:54 +00:00
Weblate 1286013ac5 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_analytic_tag
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_analytic_tag/
2025-01-07 21:59:40 +00:00
OCA-git-bot 204c114235 [BOT] post-merge updates 2025-01-07 21:59:31 +00:00
oca-ci 5aa5c34ee5 [UPD] Update account_reconcile_analytic_tag.pot 2025-01-07 21:56:46 +00:00
OCA-git-bot 8fcadb6b43 Merge PR #776 into 16.0
Signed-off-by pedrobaeza
2025-01-07 21:54:12 +00:00
Víctor Martínez f808c46aa4 [IMP] account_reconcile_analytic_tag: Using the _get_write_off_move_move_line_dict() method
Related to https://github.com/odoo/odoo/pull/188808
2025-01-07 17:27:51 +01:00
OCA-git-bot 5d1095c56c [BOT] post-merge updates 2025-01-03 14:06:13 +00:00
OCA-git-bot 5f110cbf43 Merge PR #694 into 16.0
Signed-off-by etobella
2025-01-03 14:02:09 +00:00
Enric Tobella f0ae2f00ac [FIX] account_reconcile_oca: Update currency_amount 2025-01-03 14:58:23 +01:00
Enric Tobella 9ec53e169d [FIX] account_reconcile_analytic_tag: Add kwargs on _get_reconcile_line 2025-01-03 13:05:30 +01:00
Florian da Costa c1a7bf7249 [FIX] account_reconcile_oca : exchange rate gain/loss currency and amount
If currency amount is not 0, the suspense line will have wrong amount
2025-01-03 13:00:21 +01:00
Florian da Costa 66f5f3a8de [FIX] account_reconcile_oca : max_amount rounding error leading to unwanted currency conversion 2025-01-03 13:00:21 +01:00
Florian da Costa cd165e299d [FIX] account_reconcile_oca : foreign currency reconcile with late currency rate
It is possible that the statement line in foreign currency is created before the rate of the day is updated in Odoo. In this case we need to take the real rate of the statement line to comput the exchange rate
2025-01-03 13:00:21 +01:00
Florian da Costa 3fce9ac661 [FIX] account_reconcile_oca : Fix multi currency management
Fix the case of payment with a foreign currency set on bank statement line

improve tests around multi-currency
2025-01-03 13:00:21 +01:00
Enric Tobella 62d508bb20 [IMP] account_reconcile_oca: Improve multicurrency management.
We will use currency of the line in order to get the suspense and max line value
2025-01-03 13:00:21 +01:00
Víctor Martínez 3e6180fd21 Translated using Weblate (Spanish)
Currently translated at 89.6% (113 of 126 strings)

Translation: account-reconcile-16.0/account-reconcile-16.0-account_reconcile_oca
Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_reconcile_oca/es/
2024-12-20 13:06:30 +00:00
OCA-git-bot ba13d9063c [BOT] post-merge updates 2024-12-19 08:53:42 +00:00
OCA-git-bot 502f289f0c Merge PR #720 into 16.0
Signed-off-by pedrobaeza
2024-12-19 08:49:37 +00:00
Anjeel Haria 0b19dc332b [IMP] account_reconcile_oca: pass default label(same as the label on the bank statement line) for lines created through reconciliation models if there is no 'Journal Item Label' passed in the reconciliation model 2024-12-19 14:13:47 +05:30
OCA-git-bot 082fae33e1 [BOT] post-merge updates 2024-12-17 14:28:52 +00:00
OCA-git-bot 7d7ac9c8b1 Merge PR #769 into 16.0
Signed-off-by pedrobaeza
2024-12-17 14:24:38 +00:00