Thursday, October 22, 2020
5 changes · master
Enhancements to existing features
This change improves how Odoo calculates quantities for product kits by processing them in batches. Businesses with manufacturing or stock operations involving kits should see faster quantity updates and smoother performance, especially with larger product catalogs.
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 web interface now better supports action menus on mobile devices, including more reliable dropdown placement and a mobile-friendly export data screen. This makes key list actions easier to access and use on phones and tablets.
Original PR description
This merge sets up the requirements to enable the action menu on mobile device. In a nutshell : * allow to simulate touch-screen device in the QUnit tests * fix the DropdownMenu OWL component to not open out of the viewport * add the required hooks to be used on enterprise * improve the UX of the export modal on mobile Related PR: https://github.com/odoo/enterprise/pull/11960 Task ID: 1879566
The chatter area now keeps only the message composer fixed while the rest of the conversation can scroll normally. This improves usability by keeping message entry accessible without making the full chatter panel feel stuck on screen.
Original PR description
task-2282325
The EC Sales List report has been improved by bringing country-specific reporting requirements into the general report. This helps companies produce the right sales list information for their local compliance needs with a more consistent reporting experience.
Original PR description
…eneric EC Sales List report Addapt EC Sales List report to meet current company country requirements Task: 2217469
Resolved issues and error corrections
This update refreshes the website editor component and adjusts automated checks so the editor continues to work reliably in embedded editing views. It also fixes small usability issues around template overflow, mobile selection boundaries, and editing links.
Original PR description
- iframe editor Qunit test