Daily updates from Odoo
Saturday, January 24, 2026
1 change
New functionality added to Odoo
This update enhances the display of property values within list views in Odoo. It automatically creates new columns to show property data, making it easier for users to see relevant information. However, sorting and editing of these columns are currently not supported.
Original PR description
Adds columns in the list view for properties. Dynamically create 'fields' for list views that copy the characteristics of their 'properties' field. Allows for seamless display of property values in the list view. ## Notes These columns cannot be sorted (requires python ORM modifications) These columns cannot be edited (not easily achievable) task #2980121 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr