Thursday, September 3, 2020
4 changes · master
Enhancements to existing features
This update makes it easier for developers to adapt how invoices are created from Point of Sale orders. Businesses benefit from more flexible customization options with minimal direct impact on day-to-day users.
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
The Expense app now shows updated helper messages in several reporting and approval menus. This makes it easier for users to understand what each expense report view is for and what actions they can take there.
Original PR description
The helper message has been changed in the following menus: -My reports -Expense Reports To Approve -All Expense Reports -Expenses Analysis Task-2320205 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
On mobile screens, the bottom control area no longer takes up space when it has no content. This gives users more usable screen space and avoids awkward empty gaps in the interface.
Original PR description
PURPOSE purpose of this task when o_cp_bottom class is not filled, it should not take place in mobile. LINKS PR: #57008 Task-2319534 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves helper messages shown in Helpdesk and Expense analysis screens, making guidance clearer when there is no data to display. It also adjusts the related empty-list behavior so the updated messages appear correctly.