Daily updates from Odoo
Tuesday, June 11, 2019
5 changes · master
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