Friday, August 20, 2021
1 change
Enhancements to existing features
The PLM app has been revamped to make engineering change orders easier to manage and safer to approve. Users get clearer approval tasks, better visibility of document and operation changes, and manufacturing orders can be updated or alerted when a newer bill of materials is available.
Original PR description
Revamp mrp_plm addon: 1. Clean dead code for eco type "both". 2. Create a "ECO Approval" activities for approvers when creating approvals. 3. On MOs, we add a button to change the bom to latest…
Revamp mrp_plm addon: 1. Clean dead code for eco type "both". 2. Create a "ECO Approval" activities for approvers when creating approvals. 3. On MOs, we add a button to change the bom to latest version when MO is still "draft". If the MO is not "draft", a button will be shown to notify the user the availability of a later version. 4. Make the kanban state of the eco customizable. 5. Stages can be shared by different eco types now. 6. Hide the edit button to prevent user editing the file anymore after applying the change. 7. Include operation step changes in eco. 8. When a change is positive, add a "+" in front of the number. 9. Make action_apply multi and add it to list view. 10. When update documents, match the eco type "product" or "bom", i.e. we only apply document changes on the product or on the bom 11. In eco, we add a ribbon to the file to show if it has been edited, deleted, or newly added. 12. Only allow users with access rights to be approvers Task-2466232 COM PR odoo/odoo#69914 Upgrade PR odoo/upgrade#2427 PR #17960