Wednesday, July 21, 2021
2 changes · 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
Miscellaneous changes
Before this commit: When there is too many records to post, and it's to take time more than 15 minutes then the server was restarted. So scheduler action will do the process with the same records again and again. After this commit: post record in batch of 1000 opw-2451446 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#69738 Forward-Port-Of: odoo/odoo#66467
Original PR description
Before this commit: When there is too many records to post, and it's to take time more than 15 minutes then the server was restarted. So scheduler action will do the process with the same records again and again. After this commit: post record in batch of 1000 opw-2451446 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#69738 Forward-Port-Of: odoo/odoo#66467