Tuesday, December 4, 2018
4 changes · master
Enhancements to existing features
Settings search now checks both setting names and descriptions, making it easier for users to find the option they need. Results are also ranked more usefully by prioritizing items related to the currently selected section.
Original PR description
UPDATE ME https://www.odoo.com/web#id=1893252&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720
The media dialog has been redesigned to make choosing images, videos, documents, and pictograms clearer and easier. Users now have one search field across local media and Unsplash, plus a simpler “Load More” flow instead of navigating through pages.
Original PR description
* web_unsplash, website_sale - Visual improvements and cleaning in each tab: video, documents, pictogram, images. - Only one search input for both the local library and unsplash. - Replace the idea of multiple pages by adding a 'Load More' button. task-1896705
Accounting users can now adjust the amount used from each payment when reconciling bank statement lines. This makes it possible to split one statement amount across multiple larger payments, improving accuracy and flexibility during reconciliation.
Original PR description
task: 1870895 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When a kit is completed through an immediate transfer, the completed quantity entered for the kit is now automatically applied to its component items. This improves accuracy for inventory and manufacturing flows by keeping kit and component quantities aligned without extra manual updates.
Original PR description
With this commit, when a kit is processed trough an immediate transfer, the quantity done set on the kit is now propagated to its components. TaskID: 1896772 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr