Monday, August 16, 2021
3 changes · master
Enhancements to existing features
The event agenda page now uses a wider layout so schedules with many columns fit more comfortably. This makes it easier for visitors to view complex agendas without cramped content or excessive wrapping.
Original PR description
Agenda can have a lot of columns, it works much better in a fluid container. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Website theme recommendations now better handle preview images, helping users see more accurate visuals when choosing a theme. This makes theme selection clearer and reduces confusion during website setup.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo now includes each field's name directly inside its description, making field information easier to use without relying on a separate lookup key. This is a small internal improvement that helps developers and tools work with model metadata more conveniently.
Original PR description
The fields dict maps field names to their description. Before this commit, the field name wasn't specified in the description, meaning that we could never manipulate the field description without its key, which would often be convenient.