Daily updates from Odoo
Monday, February 26, 2024
1 change
Code cleanup and technical improvements
This update simplifies the process of adding extra information to stock move lines during the unbuild process. Previously, developers needed to completely replace a core function, but now it's easier to extend and customize this process, allowing for more adaptable stock management. This change enhances the system's flexibility and reduces development effort.
Original PR description
With the current design, when we want to pass more parameters from the original move lines of MO to the unbuild move lines, we can't easily extend action_unbuild() and it seems we need to completely override it. After this refactoring commit, developers can easily extend and add more parameters. @qrtl --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#154667 Forward-Port-Of: odoo/odoo#151983