Monday, October 30, 2023
2 changes · 17.0
Code cleanup and technical improvements
The website editor has been updated to use the newer dialog system, making editing flows more consistent and easier to maintain. An obsolete company information editing option was also removed because contact pages are now directly editable.
This update reorganizes how the stock picking screen customizes its stock movement field. It keeps the behavior the same for users while making the underlying implementation safer and easier to maintain.
Original PR description
It's bad practice to use the "extension" inheritance mode for a custom component. In this case, inheritance is only necessary for the "StockMoveX2ManyField" custom field. In this commit, we will therefore use primary mode to generate a custom template used only by "StockMoveX2ManyField". 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