Thursday, April 30, 2020
1 change
Enhancements to existing features
This update cleans up internal handling in financial reporting so reports no longer rely on improper stored values. It supports future platform improvements in Odoo's data layer without changing day-to-day reporting behavior for users.
Original PR description
Task [2204376](https://www.odoo.com/web?#id=2204376&action=333&active_id=967&model=project.task&view_type=form&cids=1&menu_id=4720) Some class properties were used as instance properties when they shouldn't have been. Values that are not fields were used on empty recordsets, and this prevents a refactoring in the ORM.