Sunday, October 17, 2021
2 changes · master
Miscellaneous changes
Since changes made in currency rate default value made in this PR https://github.com/odoo/odoo/pull/76513 the date is stored based on user timezone, and so doesn't work if the test runs around midnight with the belgian timezone on the servers. 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 Forward-Port-Of: odoo/odoo#7
Original PR description
Since changes made in currency rate default value made in this PR https://github.com/odoo/odoo/pull/76513 the date is stored based on user timezone, and so doesn't work if the test runs around midnight with the belgian timezone on the servers. 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 Forward-Port-Of: odoo/odoo#78462 Forward-Port-Of: odoo/odoo#78452
This query improve the performance of the report in case there isn't any archived analytic account. # Before this commit: If there isn't any result in the `account_ids_to_not_display` list, the query will be performed again. # After this commit: The query is performed only once in each and every case. Forward-Port-Of: odoo/enterprise#21639
Original PR description
This query improve the performance of the report in case there isn't any archived analytic account. # Before this commit: If there isn't any result in the `account_ids_to_not_display` list, the query will be performed again. # After this commit: The query is performed only once in each and every case. Forward-Port-Of: odoo/enterprise#21639