Daily updates from Odoo
Friday, July 26, 2019
1 change
Code cleanup and technical improvements
This change reorganizes internal view-related code so it lives in the appropriate place and removes outdated compatibility files. It should make future maintenance easier without changing day-to-day user workflows.
Original PR description
This commit moves some ir_ui_view specific functions into ir_ui_view.py and removes some old-api <-> new-api compatibility shims as well as removes orm.py since it has 0 to do with the Odoo ORM.