Skip to content
Snippets Groups Projects
Commit 9bc9c864 authored by Quentin De Paoli's avatar Quentin De Paoli
Browse files

[IMP] account, account_bank_statement_import: create res.partner.bank only...

[IMP] account, account_bank_statement_import: create res.partner.bank only when statement lines get processed

Previously, bank accounts were created at the line creation, even if the partner was unknown. That was a very weird behavior since
- that use case of a res.partner.bank belonging to no one is meaningless
- the default partner was actually set to the current'user company, which was even more wrong.

This has been already improved by https://github.com/odoo/odoo/commit/7b322d08de2b5343cdf6935a7ae4a12f1fd61958 but that first patch ignored the use case of res.partner.bank created thr$
parent f727e9d9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment