Saturday, August 23, 2025
2 changes · master
Resolved issues and error corrections
After downloading the ADEME database in ESG, users are now taken directly to the emissions factors page instead of remaining on the database page. This makes the workflow clearer and adds logging to help monitor how long ADEME data retrieval takes.
Original PR description
Steps to reproduce: - go on configuration -> databases in ESG - download the ademe database What's happening: A success message is displayed, but the user stays on the database page. What's expected: The user is redirected towards the factor emissions page Additional fix: Small addition of an extra logger in the ADEME download process to allow checking the time needed to fetch the data from the ADEME website Task [link](https://www.odoo.com/odoo/project/967/tasks/4751902) task-4751902 Forward-Port-Of: odoo/enterprise#87058
Users can now clear the partner from a bank statement line after setting an account and editing the line. This fixes a small but visible accounting workflow issue, helping prevent incorrect partner details from remaining on transactions.
Original PR description
Before this commit when doing a set account on a bank statement line, and then editing this line to remove the partner was not working. This commit will allow the user to remove the partner when editing the line. task-4984569 Forward-Port-Of: odoo/enterprise#91422