Wednesday, April 23, 2025
6 changes · saas-17.4
Resolved issues and error corrections
The CRM onboarding tour now progresses correctly when users click the company field during quick lead creation. This prevents the guide from getting stuck and adds a clearer step to ensure a company is selected from the dropdown.
Original PR description
Purpose ======= Fix the crm_tour which was stuck on the "Write a few letters to look for a company" step in the quick create. Specification ============= This step requires the user to enter an actual character in the input. Clicking on the input and selecting a record in the dropdown isn't enough. => Making so that a click on the field is enough to get going. => Adding a step to make sure the user correctly selects a value in the dropdown and doesn't come out of the field. related PR: https://github.com/odoo/odoo/pull/158055 Task-4624497 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix just add the error code and error message for IT language. Ref: odoo/odoo#184156 Ticket [link](https://www.odoo.com/odoo/project/967/tasks/4728595) opw-4728595
Original PR description
This fix just add the error code and error message for IT language. Ref: odoo/odoo#184156 Ticket [link](https://www.odoo.com/odoo/project/967/tasks/4728595) opw-4728595
Task bars in the Gantt view now keep a consistent label when users extend or shorten planned work across multiple days. This avoids confusing changes between showing only the task name and showing times plus the task name, making project schedules easier to read.
Original PR description
- saas-17.2 ### Steps to reproduce: - Install project. - Enabled timesheets from configurations -> settings. - Create project. - Create a task and set a planned date: start date: 11-11-2024 10:00:00…
- saas-17.2 ### Steps to reproduce: - Install project. - Enabled timesheets from configurations -> settings. - Create project. - Create a task and set a planned date: start date: 11-11-2024 10:00:00 end date: 11-12-2024 02:00:00 - Go to task Gantt view, and you will see the shift on your allocated date having name 10:00 AM — 02:00 PM - your task name. - Now modify the pill length from the right side by 12 hr., Do it 2-3 times. You will observe that the name of the pill changes. The name changes from '10:00 AM—02:00 PM - your task name' to 'your task name' or vice-versa. ### Issue: Modify the pill length, resulting in a change of the pill name. ### Cause: Due to the change in logic, to display start and end time when the shift is only displayed in 1 day. But it is not checking that the planned date is for one day or more days. ### Solution: Add logic to check that the planned date is for 1 day or more. So, the start and end time will display only when the planned date is for 1 day. task-3969988
The technical name shown in Odoo Studio is now easier to read when using dark mode. This removes a small visibility issue that could make field details harder for users to identify.
Original PR description
Before this commit: The technical name was not clearly visible in dark mode, making it difficult for users to read. After this commit: The technical name is now clearly visible in dark mode. Task-4680365
This update adjusts Canadian CPA005 payment tests so they can create payments using a currency that is active. It helps prevent false test failures and supports smoother validation of payment access rules.
Original PR description
Can't create a payment for an inactive currency. So activate the currency. https://runbot.odoo.com/odoo/error/161659
The Trial Balance report now keeps its total line visible even when zero-value initial or ending balance columns are configured to appear blank. This prevents users from seeing an incorrectly blank total row and improves confidence in financial report readability.
Original PR description
Open Trial Balance report in debug mode Access report options In Column tab, check 'Blank if Zero' for all columns Go back to report Issue: If Initial/End Balance columns are blank, also the total line will be blank. This occurs since f3c230817087d452f810b8473f813add0ead30d0 were the formatting of values has been delayed to improve performances but the exception on 'blank_if_zero' was lost opw-4624006