Daily updates from Odoo
Saturday, April 19, 2025
4 changes
3 changes
Enhancements to existing features
Timesheet guidance messages were refreshed to make them more useful and broadly applicable for employees. Some less generic tips were removed and new tips were added, helping users receive clearer advice while recording time.
Original PR description
This commit updates the content of some tips and adds some other ones. task-4387146
The field service task form now uses a smaller, consistent font size for the customer preview button. This helps prevent the button text from being cut off and keeps the form visually aligned with other action buttons.
Original PR description
Before this commit, the customer preview stat button displayed in fsm task form view has a font size bigger than the other stat buttons and so the text of that button could be cropped compared of the other buttons. This commit reduces the font size to make the same font size than the other buttons. task-4662072
Budget actions in the project dashboard now clearly appear as clickable items. This makes it easier for users to identify where they can add or open budget information from the project side panel.
Original PR description
Before this commit, the button `Add budget` and the budget sections displayed in the project right side panel are not displayed as clickable element, which means the cursor does not indicate the element is clickable. This commit adds a `href` on those buttons to make sure the cursor shows those elements are clickable as expected. task-4593181
1 change
Enhancements to existing features
This pull request makes a small update to the project screen configuration. The provided description does not specify the exact user-facing behavior, so the expected business impact appears limited to the Project app interface.
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