Wednesday, November 2, 2022
6 changes · master
Enhancements to existing features
The project timesheet demo data now includes timesheet entries for approved time off. This makes demo scenarios more complete and helps users see how time off is reflected in project timesheets.
Original PR description
In this commit before, timesheets are not generated for approved time off. So we have entered the timesheet regarding the approved time off. task-2960247
This update reorganizes how mail, snailmail, and live chat interface templates are defined, placing them directly in their related models. It reduces duplicated component setup and makes future maintenance easier without changing day-to-day user workflows.
Original PR description
*: snailmail, website_livechat This commit adds definition of component template in the models. This allows not defining JS of component for most view models. Task-3053061 Enterprise: https://github.com/odoo/enterprise/pull/33491
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
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.