Tuesday, April 11, 2023
7 changes · master
Enhancements to existing features
This update improves user-facing text in Project forms and Live Chat demo shortcuts to make instructions clearer and more polished. The changes help users better understand access instructions and provide cleaner sample chat responses.
Original PR description
In this PR made following changes: - added copy writing content in project form view for access_instruction_message field. - modify mail short code demo data. task-3067151 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
The rating portal now uses the phrase "share feedback" instead of "write a feedback." This makes the wording clearer and more natural for customers leaving feedback.
Original PR description
This PR replaces 'write a feedback' into 'share feedback' in the feedback content of rating portal page to share a feedback. task-3079119 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
The forum user profile now shows vote dates without unnecessary milliseconds. This makes the votes tab easier to read and presents date and time information in a cleaner format for users.
Original PR description
before this commit, in the votes tab in the website user profile, the date time is shown including the milli seconds in it. * open forum * open own user profile * click votes tab and see the date time after this commit, the milli seconds info will be removed from the date time. Before:  After:  --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes project and sales-related screens easier to use by improving spacing around resume content and prioritizing customer contacts in partner selection fields. These small usability changes help users find the right customer faster and make task and project pages read more clearly.
Original PR description
** = account,hr_skills,product_email_template . Purpose of this PR to do generic improvement. So in this PR done following improvements: - add margin b\w resume content header and its content so it'll display properly in UX. - add context in partner fields in various places to display customer partner first in selection of partner field. task-3099758
Several wizard screens now use "Discard" instead of "Cancel" for buttons that close the action without applying changes. This makes the choice clearer for users in accounting, timesheet, and sales-timesheet workflows.
Original PR description
In this commit, we changed the cancel button string to Discard.
task-3216495Several screens now use “Discard” instead of “Cancel” for actions that close a change without saving it. This makes the wording clearer and more consistent for users across Helpdesk, Field Service, Projects, Timesheets, and related workflows.
Original PR description
In this commit, we changed the cancel button string to Discard. task-3216495
Helpdesk Sales screens now prioritize customer contacts when users choose a partner. This makes it quicker for support and sales teams to find the right customer and reduces selection mistakes.
Original PR description
This commit does following changes: - add context in partner fields in various places to display customer partner first in selection of partner field. task-3099758