Daily updates from Odoo
Thursday, January 9, 2020
2 changes
Code cleanup and technical improvements
Manufacturing planning now reuses an existing stock rule calculation for product lead times by location. This reduces duplicated logic and helps keep planning behavior consistent across inventory and manufacturing processes.
Original PR description
Stock rule introduced a function in order to get lead days from a location for a specific product. Use this function in order to reduce duplicated code. Task: 1849912
The cohort reporting view has been rebuilt on Odoo’s newer interface framework to support future product evolution. This is mainly an internal modernization, so users should see the same functionality with a more maintainable foundation.
Original PR description
to prepare the future, we want to convert everything in Owl. This commit converts the web_cohort view. taskid:2149408