account-reconcile/account_reconcile_oca/models
Víctor Martínez 8c34bd0d89 [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-10 09:26:16 +01:00
..
__init__.py [IMP] account_reconcile_oca: Allow aggregation for more parameters 2024-04-22 14:38:09 +02:00
account_account_reconcile.py [IMP] account_reconcile_oca: Improve multicurrency management. 2025-02-10 09:23:31 +01:00
account_bank_statement.py [IMP] account_reconcile_oca: reconcile lines from statement 2024-11-26 18:04:07 +01:00
account_bank_statement_line.py [FIX] account_reconcile_oca: Synchronize manual_partner_id with partner_id without onchange or subsequent changes with the _synchronize_to_moves() method. 2025-02-10 09:26:16 +01:00
account_journal.py [IMP] account_reconcile_oca: Open reconcile view when press the name on journal 2024-12-17 14:59:54 +01:00
account_move_line.py [FIX] account_reconcile_oca: Only filter by partner on receivable and payable lines 2024-10-17 21:04:43 +02:00
account_reconcile_abstract.py [FIX] account_reconcile_oca : Fix multi currency management 2025-02-10 09:23:49 +01:00
res_company.py [IMP] account_reconcile_oca: Allow aggregation for more parameters 2024-04-22 14:38:09 +02:00
res_config_settings.py [IMP] account_reconcile_oca: Allow aggregation for more parameters 2024-04-22 14:38:09 +02:00