Wednesday, July 21, 2021
1 change · master
Resolved issues and error corrections
This fixes how company bank accounts are identified so the system treats them as accounts owned by the company, not all bank accounts registered through that company for partners. This helps prevent confusion or incorrect bank account data being shown or used in company-related processes.
Original PR description
This field was only used by thinking it was the banks owned by the company, and not the banks registered for all partners by that company.[1] It has always been like that, since 7eab8e26d3d46c53f4be924d6a34e80a66e74960 even though the field didn't exist on `res.company` before that refactoring. [1]: checked with the following regex `compan((y(_ids?)?)|ies)\.bank_ids` Related to https://github.com/odoo/odoo/pull/73226 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr