Monday, September 2, 2024
1 change · saas-17.2
Resolved issues and error corrections
This fix prevents Odoo's web utilities from mistakenly combining details attached to functions when merging data. It makes internal data handling more predictable and reduces the risk of subtle interface issues in the web client.
Original PR description
Before this commit: Functions where treated as object by the deepMerge utils, causing it to merge function properties. After this commit: Functions are now treated as values (This commit is a backport of [03f7b5f](https://github.com/odoo/odoo/commit/03f7b5f4f79b31c373b0f5a57a7bcced1e5a26b0) from 17.4 to 17.2) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr