Monday, April 27, 2020
5 changes · master
Enhancements to existing features
The event kanban view is easier to use, especially on mobile, with better spacing between key action links. The Confirmed button now opens the kanban view directly, helping users reach the expected event overview faster.
Original PR description
There were 2 imp. to help clarify kanban view: 1. In kanban view on Mobile, add some space between the two clickable links (expected & confirmed). 2. The "Confirmed" button land on kanban view instead of pivot view. Task ID 2228562 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Partner commission records now provide clearer guidance through a tooltip and keep track of the referrer on customer invoices. This helps teams better understand and audit commission-related partner information.
Original PR description
See https://github.com/odoo/enterprise/pull/10202 + track Referrer on account.move
Odoo Studio now limits file choices to image files when uploading an app icon or changing a background. This makes the upload process clearer and helps users avoid selecting unsupported files such as PDFs or documents.
Original PR description
purpose of this commit is when we try to upload an icon on studio it display all files like image,pdf etc but after this commit we are able to display only image file. task: 2184803
This update adds safeguards to ensure key mobile app connection routes keep working when server changes are made. It also cleans up the mobile web code organization, making future maintenance safer without changing app behavior.
Original PR description
The main purpose of this PR is to add unit tests for the routes used by our mobile applications (Android/iOS) to prevent a change made on the server to break involuntarily those apps. In addition, this PR clean up some parts of the `web_mobile` module. Task ID: 2149384
Unused layout settings related to mass mailing editing were removed from the web enterprise styling. This simplifies maintenance without changing visible functionality for users.
Original PR description
This PR removes few of the scss variables which were specifically added for making mass mailing edition occupy available space within notebook tab, but are not useful anymore. TaskID - 2207637 Closes https://github.com/odoo/enterprise/pull/9446