Wednesday, November 2, 2022
5 changes · master
Enhancements to existing features
The settings screens for Documents and spreadsheets were adjusted to make configuration clearer and more consistent. This helps users find and manage document-related options with less confusion.
This update streamlines how several Odoo views are defined behind the scenes in Approvals, Knowledge, and Sign. It reduces duplicated setup work for developers, helping make future maintenance and improvements faster with little direct impact on day-to-day users.
Original PR description
*: approvals, knowledge, sign This commit adds definition of component template in the models. This allows not defining JS of component for most view models. Task-3053061 Community: https://github.com/odoo/odoo/pull/104641
The Helpdesk ticket form now presents SLA tags and SLA deadlines with better alignment. This makes ticket information easier to read for support teams without changing any underlying workflow or data.
Original PR description
Currently, In the helpdesk ticket form view the SLA tags and the SLA deadline are not correctly aligned. So in this commit, improve the UI and adjust the dom element accordingly. task-3002298
This update is intended to let users avoid receiving notifications simply because they are marked as responsible. It helps reduce unnecessary alerts and gives teams more control over which messages reach them.
Original PR description
Task-3032570
The document-related settings pages have been adjusted to make options easier to review and manage. This helps users configure Documents and spreadsheet-related document features with a clearer, more polished interface.