From bc37bc2acda0c7a8fbb3dfde6a957b6ab11b36c1 Mon Sep 17 00:00:00 2001 From: Florian da Costa Date: Mon, 20 Jan 2025 16:28:08 +0100 Subject: [PATCH] Revert "[FIX] account_reconcile_oca: Add context key skip_account_move_synchronization to avoid side effects" This reverts commit 861ad0986c560f422576ec931317ea826a918bc1. --- account_reconcile_oca/views/account_bank_statement_line.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_reconcile_oca/views/account_bank_statement_line.xml b/account_reconcile_oca/views/account_bank_statement_line.xml index 16ccbb2e..fccb750d 100644 --- a/account_reconcile_oca/views/account_bank_statement_line.xml +++ b/account_reconcile_oca/views/account_bank_statement_line.xml @@ -335,7 +335,7 @@ [('journal_id', '=', active_id)] {'default_journal_id': active_id, 'search_default_not_reconciled': True, 'view_ref': 'account_reconcile_oca.bank_statement_line_form_reconcile_view', 'skip_account_move_synchronization': True} + >{'default_journal_id': active_id, 'search_default_not_reconciled': True, 'view_ref': 'account_reconcile_oca.bank_statement_line_form_reconcile_view'} kanban,tree