Tuesday, December 4, 2018
11 changes · master
New functionality added to Odoo
Event and inventory barcode settings can now be configured separately for each company. This helps multi-company organizations tailor barcode behavior to each business unit without affecting others.
Original PR description
…n event and stock settings. Task : https://www.odoo.com/web#id=1903864&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.7609a19c65cbb9d70852ff4614eed81a
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
Resolved issues and error corrections
This update fixes a spelling mistake in stock demo data, changing “San Fransisco” to “San Francisco.” It improves the accuracy and professionalism of sample data without affecting day-to-day operations.
Original PR description
Fix typo in demo data: San Fransisco -> San Francisco -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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
Credit notes created from sales order invoices now consistently reduce the invoiced quantity on the related sales order lines, regardless of the refund option used. This makes sales order billing status more accurate and reduces manual corrections after refunds.
Original PR description
https://www.odoo.com/web?debug#id=1859308&action=333&active_id=965&model=project.task&view_type=form&menu_id=4720
Inventory screens now automatically clear obsolete zero-quantity records when users open on-hand quantities or locate lots. This reduces confusing empty stock lines and gives users a cleaner, more accurate view before scheduled cleanup jobs run.
Original PR description
- unlinked zero quants on click of stat button 1 product.template -> On hand 2 stock.production.lot -> locate Task: https://www.odoo.com/web#id=1913642&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 PAD: https://pad.odoo.com/p/r.fac1943d33a6935a20f34a1f61cf1680 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Fixes several General Ledger reporting issues that could show incorrect opening balances, unaffected earnings, or currency amounts in multi-company setups. This helps businesses get more accurate accounting reports, especially when using cash basis accounting or companies with different currencies.