Daily updates from Odoo
Wednesday, November 13, 2019
1 change
Code cleanup and technical improvements
This update strengthens validation for Odoo screens and filters, helping catch configuration issues earlier while fixing several invalid view definitions. It also improves installation performance, reducing average full module installation time from about 8 minutes to roughly 6 minutes 31 seconds.
Original PR description
- additional validation in check_xml for views + corresponding fixes - performance improvement of read combined Install of all modules average time goes from ~8m to ~6m31 (This time improvement takes the fix of two accessibility checks (fa title and stuff) that where removed in a #39494 and replaced in this pr)