Monday, February 19, 2024
1 change · saas-17.1
Resolved issues and error corrections
This update resolves an issue where custom attributes weren't consistently applied when closing product configuration forms. The team has reverted a specific workaround and now uses standard Odoo methods for configuration updates, ensuring all custom attributes are correctly saved and applied. This improves the reliability of product configuration workflows.
Original PR description
Updates to existing product configurations with custom attributes were not correctly applied on configurator closure. This was probably caused by a recent update in the framework. Nevertheless, to solve the problem, this commit drops the use of custom code used only by the configurator to stick to the standard usage of magic commands. Fixes #152647 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#152934