Monday, April 24, 2023
5 changes · master
Enhancements to existing features
Users can now see a short preview of the message they are replying to directly in the composer header. This makes conversations easier to follow and helps reduce confusion when responding in busy message threads.
Original PR description
**Current behavior before PR:** Show a brief preview of the message which is being replied to. **Desired behavior after PR is merged:** Added a short message preview in composer header. Task-2664825 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds an automated test to confirm that users can create a new channel from the Discuss sidebar. It helps protect the messaging experience from future regressions without changing existing user-facing behavior.
Original PR description
**Description of the issue/feature this PR addresses:** Add test case for new Channel creation from Discuss Sidebar. Task-2620829 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The color picker now uses tab labels that better match what users see: theme colors, solid colors, or custom colors. This makes choosing colors in the website editor and toolbar clearer and reduces confusion.
Original PR description
The first tab of the colorpicker can, depending on the context: - display a selection of color combinations for the current **theme** (when launched as a snippet option, for example, in the website builder); or - display a selection of **solid** colors (when lauched from the toolbar). The commit changes the tab's name to conditionally reflect its content: "Theme" or "Solid". The second tab allows the user to pick a **custom** RGBA color. This commit renames it to "Custom", replacing the inaccurate "Solid" name, now in use for the first tab. task-3274225
This update adds sample data for the recruitment appointment flow, including demo appointment records and email templates. It helps teams better understand, test, and demonstrate how appointment scheduling works in hiring scenarios without manual setup.
Original PR description
task: 3256007
Knowledge now accounts for extra database interactions created when gamification is installed. This keeps gamification challenge progress accurate while reflecting the additional activity tracking needed behind the scenes.
Original PR description
We are now storing users interactions with the DB in order to update gamification challenges. This causes additional queries when gamification is installed. See related COM PR Task-3226408