Daily updates from Odoo
Wednesday, August 18, 2021
2 changes · master
Resolved issues and error corrections
The Helpdesk dashboard now loads information using the correct company context. This prevents users in multi-company setups from seeing dashboard data for the wrong company, improving reporting accuracy and day-to-day visibility.
Original PR description
On the helpdesk dashboard, the context would never be passed when loading dashboard data, which caused an issue in a multi-company environment where the data would always be the one of the first company. Task ID: 2610547
This update fixes issues caused by converting plain text fields to HTML fields, ensuring descriptions and narration text display correctly instead of showing raw formatting codes. It improves the appearance and reliability of payroll, subscription, and calendar email content for users and customers.
Original PR description
PURPOSE Fix issues generated due to conversion of text field into Html field. SPECIFICATIONS Improve integration of HTML fields as well as "empty html" management. See various commits for more details. Followup of odoo/odoo@cb4f597 and odoo/enterprise@971f3ed Task-2558824