Thursday, November 23, 2023
2 changes · 17.0
Code cleanup and technical improvements
This change updates an internal web field lookup to use the current data context after an earlier platform change. It helps keep many-to-one field behavior working reliably without changing the user experience.
Original PR description
Since the new RelationalModel (PR: odoo/odoo#114024), getEvalContext no longer exists. In this commit, we will therefore replace the uses of getEvalContext with evalContext. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The timesheet timer was updated to work with Odoo's newer data model changes. This is an internal cleanup that helps keep the timesheet interface functioning reliably without changing the user experience.
Original PR description
Since the new RelationalModel (PR: odoo/odoo#114024), getEvalContext no longer exists. In this commit, we will therefore replace the uses of getEvalContext with evalContext.