Saturday, June 21, 2025
1 change · saas-18.3
Resolved issues and error corrections
This update fixes a crash that could happen when users saved a custom linked-record property with a default value. It also prevents errors when adding such properties in list views where some entries are empty, making configuration more reliable.
Original PR description
Bug === Create a many2one property with a default value, it will crash when saving. Since f79b2edb614fd08b19b18beeb16be38743f637b2 , the way many2one are represented in the client changed. We adapted the code for the property value, but not for the default value in the definition. When adding a many2one property in a list view, if some values are falsy, then a traceback is raised. Task-4865894