Daily updates from Odoo
Navigate
Branch
Thursday, November 23, 2017
4 changes
New functionality added to Odoo
The mobile interface now includes a dedicated search experience that makes finding and filtering records easier on smaller screens. This improves usability for employees working from phones or tablets by making search controls better adapted to mobile navigation.
Original PR description
Task: https://www.odoo.com/web#id=31464&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.ecf85948f3b04cc2cf9672a6d288d68f
Enhancements to existing features
This update improves how search views and related templates behave on mobile devices, making it easier for users to search and filter records from smaller screens. It also includes minor cleanup in the mail and web interfaces to support a smoother, more consistent mobile experience.
Original PR description
Task: https://www.odoo.com/web#id=31464&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.ecf85948f3b04cc2cf9672a6d288d68f 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
The inter-company rules settings have been reorganized and wording has been improved to make them easier to understand on company forms. This helps business users configure automated sales, purchase, and invoicing flows between related companies with less confusion.
Original PR description
Task: https://www.odoo.com/web#id=33567&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.c93d5bc3a0d788f3e69f02c848b44712
Resolved issues and error corrections
This fixes a small typo in sample stock data where a shop location was linked to the wrong type of record. It helps ensure demo inventory data loads and behaves correctly for testing or demonstration environments.
Original PR description
Fixed a typo on commit https://github.com/odoo/odoo/commit/491faac5e9f47e4d0573a1eba9579aca44b16752, in which stock_location_shop0 was wrongfully refered to stock.picking.type, instead of stock.location. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr