Files
bank-statement-import/account_statement_import/wizard
Akim Juillerat 83bd8f71a2 account_statement_import: Do not overwrite journal active_id
The call to parse_file must not overwrite the active_id value in the context
as this active_id refers to the journal from which the wizard was called.

It was especially wrong because the existing active_model key is still set to
account.journal, with an active_id that was referencing account.statement.import
wizard ID.

If the wizard ID is needed, it can still be found on self, and if this ID
must be propagated through the context, it must use a dedicated key instead
of hijacking the active_id.
2024-05-28 21:21:40 +02:00
..