Thursday, February 25, 2021
4 changes · master
Resolved issues and error corrections
The project and task forms now show the chatter area cleanly when editing records that use a form layout without a sheet section. This removes visual glitches and makes the communication panel easier to read and use.
Original PR description
**Before this commit:** In edit mode, glitching of chatter is visible in project.project and project.task's form view(without sheet tag). **After this commit:** Removed this glinch of chatter and displaying it with full width in the form (without sheet tag). **LINKS** PR https://github.com/odoo/odoo/pull/66314 Task- 2411632
This change fixes an internal error in the base module caused by a naming conflict in a call to shared system behavior. It helps keep Odoo's module management more reliable, with no expected change to everyday user workflows.
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
Project feedback replies now show only the rating smiley in the activity chatter, without an extra subtype description. This makes customer feedback messages clearer and less cluttered for users reviewing completed tasks.
Original PR description
**Before this commit:** For an example, when task is going to 'Done' state at that time mail is sent to customer for feedback, answering of that mail contain smiley face plus subtype description in chatter. **After this commit:** A subtype description is removed to the smiley face from message. **Links** PR https://github.com/odoo/odoo/pull/66137 Task-2373127
Helpdesk customer feedback replies now show the rating smiley without an extra subtype description in the conversation history. This makes rating messages cleaner and easier for users to read.
Original PR description
**Before this commit:** For an example, when task is going to 'Done' state at that time mail is sent to customer for feedback, answering of that mail contain smiley face plus subtype description in chatter. **After this commit:** A subtype description is removed to the smiley face from message. **Links** PR https://github.com/odoo/enterprise/pull/16340 Task-2373127