Tuesday, January 2, 2024
8 changes · 17.0
Resolved issues and error corrections
The update stabilizes automated tests that depend on date filter options by ensuring they run as if the year is 2023. This prevents tests from failing simply because the calendar year has changed, improving reliability without changing user-facing behavior.
Original PR description
Before this commit, since we are no longer in 2023, the test failed because there is no longer 2021 in the filters dynamically added in the dropdown of the date filter. The reason is now we have the current year, the previous one, and the one before, that is, 2024, 2023, 2022. This commit adds a patchDate to be sure we will start the test in 2023, to get the expected filters displayed (2023, 2022, 2021).
Automated tests for web and spreadsheet features were updated so they no longer depend on the calendar year being 2023. This prevents avoidable test failures over time and helps keep development and release checks reliable.
Original PR description
Tests relied on current year being 2023. Date was not patched, so tests were only passing during 2023.
Portal pages now keep the sticky sidebar visible while users scroll, avoiding hidden navigation. Delivery order information is also arranged more clearly, making customer-facing order details easier to read.
Original PR description
This commit aims to fix two issues within portal : - The sticky sidebar is hidden on scroll due to the lack of spacing ; - The delivery orders informations layout is not optimal. To fix these issues, we modified two things in the layout : - We add a padding and margin to our sidebar, preventing it from being hidden when scrolling. - We change the flex properties applied to the sale_stock information. task-3586254
[FIX] event: update translation source Issue: translation template was out of date Steps to reproduce: 1- Install dutch/netherlands language and event app 2- In home, search for email templates 3- Choose Event registration confirmation 4- Preview 5- Force language dutch Solution: We updated the corrupted dutch xml translation on transifex here https://app.transifex.com/odoo/odoo-17/translate/#nl/event/475557905?q=occurrence%3A'body_html%3Aevent.event_subscription' and we needed to
Original PR description
[FIX] event: update translation source Issue: translation template was out of date Steps to reproduce: 1- Install dutch/netherlands language and event app 2- In home, search for email templates 3- Choose Event registration confirmation 4- Preview 5- Force language dutch Solution: We updated the corrupted dutch xml translation on transifex here https://app.transifex.com/odoo/odoo-17/translate/#nl/event/475557905?q=occurrence%3A'body_html%3Aevent.event_subscription' and we needed to update the translation source to match the latest xml opw-3637464 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
This update corrects inaccurate demonstration data in the Belgian payroll accounting test module. The fix ensures that test data accurately reflects proper payroll configurations, which helps maintain the reliability of payroll processing for Belgian operations.
Miscellaneous changes
This is breaking since 2024-01-01, disabling the test waiting for a proper fix. 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#147842
Original PR description
This is breaking since 2024-01-01, disabling the test waiting for a proper fix. 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#147842
Subtotal was only showing amount before taxes, now it shows both with and without taxes. See also: https://github.com/odoo/enterprise/pull/49124 task-3551171 Forward-Port-Of: odoo/odoo#147156 Forward-Port-Of: odoo/odoo#139059
Original PR description
Subtotal was only showing amount before taxes, now it shows both with and without taxes. See also: https://github.com/odoo/enterprise/pull/49124 task-3551171 Forward-Port-Of: odoo/odoo#147156 Forward-Port-Of: odoo/odoo#139059
latam task 1097 Forward-Port-Of: odoo/enterprise#48754 Forward-Port-Of: odoo/enterprise#47967
Original PR description
latam task 1097 Forward-Port-Of: odoo/enterprise#48754 Forward-Port-Of: odoo/enterprise#47967