Monday, May 6, 2024
6 changes
1 change
Resolved issues and error corrections
This update resolves intermittent issues where automated tours on the website's sales pages were failing to load correctly. The fix ensures that these tours consistently function, improving the user experience for potential customers browsing our online sales offerings. This change is a minor technical improvement.
Original PR description
--- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
3 changes
Resolved issues and error corrections
This fixes an internal test setup issue in the Dutch SBR reporting module caused by an incorrect code rebase. It helps keep automated checks reliable, reducing the risk of unnoticed problems in Dutch tax reporting functionality.
Original PR description
A bad rebase removed the classmethod attribute on the setUpClass runbot-64610
2 changes
Resolved issues and error corrections
This update adjusts automated tests in the Project Sales Subscription module to align with recent changes made in the community version. The test modifications ensure that quality checks continue to pass and the module functions correctly with the latest codebase updates.
Original PR description
This commit adapt test case according to changes in community branch. opw-3853815
A payroll account test sequence was corrected so the automated checks follow the intended order. This helps keep Belgian payroll account testing reliable and reduces the risk of false test failures during future updates.
Original PR description
This commit fixes wrongly swapped test steps in hr_contract_salary_tour_2
The task portal now uses the correct timesheet hours value when showing subtask totals. This prevents missing or incorrectly formatted hour values for customers viewing project task information online.
Original PR description
Before this commit, due to a bad rebase, the changes made in odoo/odoo#122814 changed `task.subtask_effective_hours` by `timesheets_by_subtask_amount` in span elements inside `hr_timesheet.portal_timesheet_table` but the variable `timesheets_by_subtask_amount` does not exist inside that template. That's why the value cannot be converted by the widget defined for that span element. This commit adapts the template to be sure `task.subtask_effective_hours` is used instead of that variable. runbot-64479
This update fixes incorrect Vietnamese translations in the website and HR recruitment modules. The corrections ensure that users in Vietnam see accurate and proper translations of key terms and phrases throughout these applications.
Original PR description
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