Monday, January 22, 2018
2 changes · master
Resolved issues and error corrections
Unbuild orders linked to a manufacturing order now reverse the materials that were actually consumed, rather than recalculating from a bill of materials that may have changed. This prevents incorrect stock increases and blocks unbuilding manufacturing orders that are not finished.
Original PR description
Impacted version : Master, V11, V10 **Description of the issue/feature this PR addresses:** - Create a BOM with product A - Create an MO and produce and mark as done - Modify the BOM : add a product B - Create an Unbuid Order with this MO and valide --> you have now product A and product B in stock (it doesn't make sens because product B is not in the MO) **Current behavior before PR:** - during the unbuild : odoo use bom explosing to generate the move. But if you select the MO to unbuild, it will logical to use the move_raw_ids to generate reverse move. - You can unbuild unfinished MO. **Desired behavior after PR is merged:** - Use move_raw_ids to generate reverse move. - You cannot unbuild unfinished MO. cc : @jco-odoo NOTA : some feature can be remove to be commit in lower version. Tell me what you want. Thanks -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a problem that caused an error when users exported records from a list view. Users can now export list data successfully, improving reliability for day-to-day reporting and data sharing.
Original PR description
Description of the issue/feature this PR addresses: traceback on export list view records. Current behavior before PR: traceback on export list view records. Desired behavior after PR is merged: export list view records without traceback. Issue: https://www.odoo.com/web#id=806133&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr