Daily updates from Odoo
Navigate
Branch
Friday, February 2, 2018
5 changes
Enhancements to existing features
The website sales settings were adjusted to better handle shipping address options during checkout. This helps businesses keep their online store configuration aligned with the intended customer delivery flow.
Original PR description
Issue : https://www.odoo.com/web#id=746668&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update removes unused configuration from hidden fields in bank statement transaction lines. It helps keep the accounting interface setup cleaner without changing how users work with bank statements.
Original PR description
Description of the issue/feature this PR addresses: Removes options/domain from Invisible fields of Transaction lines of Bank Statements. Current behavior before PR: Unused options/domain on fields. Desired behavior after PR is merged: No more unused options/domain on fields. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
List rows have been adjusted to be easier to use on tablet and mobile devices. This improves readability and touch interaction for users working with lists on smaller screens.
Original PR description
**Task:** https://www.odoo.com/web#id=34894&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 **Pad:** https://pad.odoo.com/p/r.e20563196c0fc2fa26fe83b0b28fc2e4 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
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