Tuesday, June 22, 2021
8 changes · master
Enhancements to existing features
Users can no longer manually create and post journal entries using purchase, sales, or bank journals from the wrong view. This reduces posting mistakes by ensuring these entries are handled through the appropriate dedicated journal workflow.
Original PR description
To avoid any unnecessary user errors when posting, we need to block the user from posting journal entries from any view that is not the dedicated one. This is done by blocking the selection of purchase/sale/bank journals when manually creating a journal entry. task id #2358954 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When users schedule a new activity from a colored activity cell, the form now opens with the activity type matching the selected column instead of defaulting to To Do. This reduces manual correction and makes activity planning faster and more accurate.
Original PR description
**PURPOSE** In activity view, if there's already an activity scheduled of some Activity type, user clicks on the colored cell, and then click "+ Schedule an activity". In this case the pop up opens but the Activity type is always To do. **SPECIFICATION** If user clicks on the colored cell and then click "+ Schedule an activity", pop up will open with the activity type from the column where the user clicks. **Task**-2528111
The Project app now shows improved helper messages across several menus. This makes empty or guidance screens easier to understand, helping users know what to do next without needing technical knowledge.
Original PR description
Purpose of the commit is to improve the helper message content in various menu. So in this commit, updated the helper content in various menu TaskID: 2542382
The mail chatter interface has been refreshed to better align with recent web client design updates. This improves the look and feel of messages, composer controls, follower actions, and related chatter elements for a more consistent user experience.
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
Helpdesk sample data now shows clearer explanations when users hover over daily target values. The app tour also ends on ticket management steps, making the guided experience more focused and easier to follow.
Original PR description
Currently, *In the helpdesk module when the user hovers over the daily target sample data (in number and in percentage), the tip says "click to set" *In helpdesk app tour, tour ends with stage creation So in this commit did the below changes: *Removed the tip "click to set" in sample data (in number and in percentage) Instead, it shows the following tip: -first column "Tickets closed daily target" -second column "Success rate daily target" *Stoped the tour with ticket management and switched the two last remaining steps: -Pointed purple drop on star icon for before the last step -Pointed purple drop on ticket card for the last step Task ID: 2455720
Asset-related accounting entries will now default to posting on the first day of the month instead of the last. This helps keep entries in chronological order and supports cleaner accounting timelines.
Original PR description
For the moment, the dafault accounting date for auto-posting is the last date of the month. In order to help respecting chronological order for entries, we are changing this to post on the first of the month instead. Task id #2411154
The Field Service and Helpdesk apps now provide clearer helper text and onboarding tour messages. This makes it easier for new users to understand key menus and complete initial setup steps without extra support.
Original PR description
Purpose of the commit is to improve the onboarding tour and helper content of field service app. So in this commit, improve the helper content of the various menu and onboarding tour steps messages. Related Community PR: https://github.com/odoo/odoo/pull/71896 TaskID: 2542382
Report print previews now better match what users see after manually collapsing lines. When a user folds a line while “unfold all” is active, the system turns off that option so exported PDFs reflect the current view more accurately.
Original PR description
At the moment, printing the preview of a report as pdf while having the unfold all option active but having manually folded some lines print all the lines without taking into account the newly folded ones. This commit aims to make the behavior more consistent by automatically disabling the unfold all option when folding a report line while it is active. Task id #2381392