Daily updates from Odoo
Tuesday, May 7, 2019
2 changes
Resolved issues and error corrections
This fixes an issue where list view column header tooltips could fail in debug mode when a field used a widget. It also restores the expected column label text so users see the field name rather than internal widget descriptions.
Original PR description
A traceback occured when displaying the tooltip (only visible in debug) on a list view header if the field had a `widget` attribute (introduced in rev. odoo/odoo@5dc971 The issue here was linked to the fact that a widget is not always rendered in list view (compared to form view) so the `Widget` property in the attributes was not there. 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
A display issue in the Assets app was corrected so the column header for expanding or collapsing rows is hidden properly. This keeps asset list views cleaner and avoids confusing empty or technical-looking labels for users.
Original PR description
See odoo/odoo#33060