Wednesday, November 9, 2022
1 change · master
Resolved issues and error corrections
This fixes an issue where settings form labels could fail when they already had custom styling applied. It improves reliability for users and administrators configuring settings pages without changing the visible behavior.
Original PR description
Before this commit when compiling a label with an existing class parameter it didn't pass the validation props since class isn't expected. This commit fix this by adding the doNotCopyAttributes. We add a custom class in the test that will crash without this fix. Task-3044750 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr