Daily updates from Odoo
Friday, February 2, 2018
2 changes
Resolved issues and error corrections
This fix corrects the placement and layout of the empty-state helper message in list views, such as the manual reconciliation screen. Users will see clearer guidance when a list has no content, while kanban views keep their appropriate layout.
Original PR description
Description of the issue/feature this PR addresses: fix the layout and position of the no content helper in list view Current behavior before PR: in the empty "manual reconciliation" screen, the no-content-helper was not Desired behavior after PR is merged: the layout is now different between the basic renderer (used by the list view) and the kanban renderer (used by the kanban view) so that both are correct -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adjusts website form and helpdesk form data to use a newer identifier format, preventing naming conflicts during setup or upgrades. It helps ensure related website and helpdesk forms load reliably without disrupting users.
Original PR description
adapt code followup of odoo/odoo#22643