Monday, October 24, 2016
1 change · master
Code cleanup and technical improvements
This change simplifies how Odoo keeps view reference information up to date, reducing the chance of stale or incorrect data. It preserves the ability to find views by reference while avoiding unnecessary stored data, making maintenance more reliable.
Original PR description
This simplifies the fix for recomputing that field in a much better way than #13885. The field was stored for the sake of searching; instead we implemented a search method for it.