Daily updates from Odoo
Wednesday, November 24, 2021
2 changes · master
Resolved issues and error corrections
This change removes leftover unused code from the Predictive Bills area after an earlier update. It has no expected impact on day-to-day use, but helps keep the system cleaner and easier to maintain.
Original PR description
This should have been removed when forward porting [1] to [2] in master, when removing the DeprecationWarning [1] 0d872f2c93cf31216867948c88cd79a83919ff89 [2] 57a2d4be27920aaf99bc342dd5b15f5d9ecf88dd
A small compatibility module restores the information needed for manufacturing orders to open in the default Gantt view. This prevents upgrade failures for databases that still rely on that planning view when moving to version 15.
Original PR description
Adds a tiny bridge module between `mrp` and `web_gantt`. It adds the missing fields `_start_name` and `_stop_name` for the default Gantt view to work with `mrp.production`. Since in v15 its Gantt view was removed and the default one doesn't work, the databases that make use of it fail to upgrade to v15.