Tuesday, December 4, 2018
6 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
The lunch app now makes it easier to place, validate, and manage employee meal orders through a friendlier ordering interface. It also supports suppliers, location-based product availability through HR integration, and automatic supplier ordering by email, reducing manual work for lunch managers.
Original PR description
We would like to automatize lunch as currently all orders are manually ordered and validated, and a cash move has to be manually created each time you want to credit the wallet of some user. In this commit we add a new widget that comes with the kanban view and will allow to take orders in a friendly manner. We also add a lunch.supplier model and an integration with the hr module in order to filter what products you can order depending on your working location, this also allows you to configure an automatic ordering via email. -- 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
Barcode nomenclature selection is no longer shown in the general company settings. It is now available where it is used, in Event and Inventory settings, making configuration cleaner and easier for users managing those apps.
Original PR description
We don't want to bloat the company settings with the choice of the barcode nomenclature. We move this settings to event_barcode and stock_barcodes. task id 1903864