Daily updates from Odoo
Tuesday, June 11, 2019
10 changes
New functionality added to Odoo
This change lays the groundwork for displaying partner records on a map by making location coordinates available more broadly. It also adjusts website editor styling and documentation so the new map view can work consistently across relevant screens.
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
Enhancements to existing features
The Bill of Materials Structure report now shows products and quantities without displaying costs, making it safer to share with customers or other third parties. Cost details remain available in the dedicated Structure and Cost report, while the redundant BoM Cost report is removed.
Original PR description
The BoM Structure report should only list the products and quantity but no their cost because sometimes shared with customers Task : https://www.odoo.com/web#id=1969709&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.3298fe37c3e5f135a45a8b6919299575 Task ID - 1969709 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
Purchase order cancellations now follow warehouse and manufacturing rules more accurately, cancelling only the related stock movements that should be stopped. This helps prevent unintended downstream cancellations after goods have reached stock or later production stages.
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
Resolved issues and error corrections
Manufacturing BOM structure PDF reports now include the same product and sub-BOM details shown on screen. The unfolded PDF printout also respects the quantity selected by the user, making printed reports more accurate and consistent.
Original PR description
1. Because of BOM Version and ECOs not printed in BOM Structure report, the pdf report is not printed in proper manner. It is different than html view. So adding product_id and child_bom in BOM line to fix this, Now report is printed properly. 2. After updating quantity, print unfolded pdf did not print that quantity in bom lines. It should be like html view and print default pdf. Now, after this fix, updated quantity is affected to print unfolded pdf, same as html view and default print. Issue : https://www.odoo.com/web#id=1939278&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 pad : https://pad.odoo.com/p/openerp-project.task-4WE13BXFUY -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves manufacturing planning by correcting finished move lead time handling and adjusts purchase stock demo data. The demo change makes it easier to create a production order that automatically triggers multiple purchase orders for desk components.
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
This update corrects small usability issues in sales quotations and partner assignment pages. Users should see cleaner quotation messages and be able to update next activities and dates reliably again.
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
This fixes an issue where restaurant bill printing still referenced a removed POS shop value, which could cause receipts or bills to fail. It also ensures POS configurations use the correct company currency, improving accuracy in multi-company setups.
Original PR description
The variable 'sop' that was set for POS receipt, was actually the stock location and has been removed. But we forgot to remove its use in pos_retaurant. related commit: 8e30349fd1f2baffd47e50106eddbd1c59979aaf 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 BOM PDF report now displays BOM lines correctly, including version and engineering change order information. This helps users review manufacturing documentation more accurately and access related change records from the report.
Original PR description
Previously, In BOM pdf report, BOM lines are not printed in proper manner because of version and ecos are not displayed. This fix improves the BOM line behaviour properly. Issue : https://www.odoo.com/web#id=1939278&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/openerp-project.task-4WE13BXFUY
Code cleanup and technical improvements
This update restructures how inventory value changes are recorded, preparing Odoo to use dedicated stock valuation layers instead of older price history records. It also improves consistency when valuing purchase returns and makes required accounting setup clearer for users.
Original PR description
task-1875873
Inventory value reporting now uses valuation layer data so reported inventory values better reflect the current financial valuation. Subscription access is adjusted after product price history removal, and SEPA direct debit payment processing is fixed for invoices opened under the updated flow.
Original PR description
Use the valuation layers instead of move.value. "Inventory value" should always contain the valuation right now. task-1875873