Daily updates from Odoo
Friday, August 26, 2022
3 changes
Code cleanup and technical improvements
This update simplifies styling for enterprise form views as part of a broader visual cleanup. It improves consistency in editable note fields and helps keep the interface easier to maintain, with minimal direct impact on day-to-day users.
Original PR description
Part of the overall v16 SCSS optimization/restyle, task-2704984 Requires: - https://github.com/odoo/odoo/pull/98101 task-2918464
The PLM notification button has been modernized without changing its intended business function. This helps keep the manufacturing product lifecycle interface maintainable and aligned with the current platform framework.
Original PR description
Updates the plm_toaster_button widget into OWL. Task-2885757
The PLM module has been adapted to work with the renamed and redesigned BoM Overview report. This keeps product version and engineering change order details available in the updated manufacturing overview while removing old report-specific code.
Original PR description
Related to odoo/odoo#93194 Adapt the overrides for plm (addition of versions/ecos) to match the changes done in the new BoM Overview. Task-2628323