Friday, March 8, 2019
4 changes · master
Enhancements to existing features
The Mail module now shows the correct name in the Schedule Activity wizard. This makes the interface clearer for users and reduces confusion when planning follow-up activities.
Original PR description
Description of the issue/feature this PR addresses: Mail module 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 upgrade button from Odoo Community now directs users to pricing that highlights the on-premise option. This helps avoid confusion with Odoo Online's one-app free offer and makes the available choices clearer for customers.
Original PR description
When going to pricing page from Odoo Community, show the "on premise" option to avoid confusion with the one-app free offer of Odoo Online. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The web interface now better shows when one pop-up window is opened on top of another. This makes stacked dialogs easier to understand by visually dimming the window behind the active one.
Original PR description
When modals are superimposed, as the backdrop z-index is lower than the modal z-index, there was no visual information than one modal was in front of the other. The second backdrop now correctly covers the first modal. Task 1918395
Spreadsheet import failures now show the exact row and column where a problematic cell was found. This makes it easier for users or support teams to locate and correct data issues during XLS or XLSX imports.
Original PR description
When an import failed because of a specific cell, the error was Error cell found while reading XLS/XLSX file: #N/A Add the line and column index in the error for better debugging Translate error message Cherry-pick of odoo/odoo#30729 in master cc @Yenthe666 as modifying the translation content and is only an improvement (no fix as we keep the message value in the end)