Daily updates from Odoo
Thursday, November 29, 2018
2 changes
Resolved issues and error corrections
Uninstalling Studio now also removes customizations created with Studio, preventing leftover custom models, views, and reports. Users will see clearer uninstall warnings that identify custom model records to be deleted and indicate affected custom views and reports before proceeding.
Original PR description
With this commit, customizations done with `web_studio` will be uninstalled whenever `web_studio` is uninstalled. To help prevent surprises, the uninstall modal will show users records of custom models that will be deleted as well as a warning message and indication of custom views and reports.
This update fixes a crash in the project overview caused by a renamed field being referenced incorrectly. Users can now open the affected project overview without interruption, restoring normal visibility into timesheet and forecast sales information.
Original PR description
Since 0eecc8ba654b1856fbf93f09f22db6e4bcceb94a, all type fields has been renamed, bu this also introduced some mistake, like crashing the project overview since it now use a undefined dict-key. This commit fixes it. Simply.