Friday, May 20, 2022
5 changes · master
Enhancements to existing features
This update improves several Helpdesk screens to make ticket and SLA information clearer for users. It refines SLA behavior when tickets move between stages, hides zero time-spent values, cleans up email alias display, removes an unnecessary SLA deadline quick search, and adds guidance when creating ticket types.
Original PR description
in helpdesk: - improve sla stage status - hide total_hours_spent field value - removed space between @ and alias_domain - removed quicksearch on SLA deadline - added placeholder for the name on ticket type tree view Task:2823445
Timesheet reporting now includes new analysis views and measures for billable and non-billable time, revenue, and costs. This helps managers better understand time usage, profitability, and performance across projects and support activities.
Original PR description
A new report was created for timesheets, also introducing new measures regarding the (non-)billable time (percentage) and the timesheets revenues/costs. Some general improvements were furthermore introduced in the timesheet apps. See task-2783955 See https://github.com/odoo/odoo/pull/88072
The Planning app now handles material resources more clearly by hiding irrelevant fields and improving how planning items appear in kanban views. Users also get clearer exports, better-aligned calendar legends, and a confirmation when repeating planning slots are enabled.
Original PR description
Purpose of this PR to improve the generic UX of Planning app. So, in this PR done following changes: - Hides some fields for material resources. - Improve kanban view as for material resources. - Made some fields default export compatible. - Align legend labels. - Notify if `repeat` field set to true. task-2784839
Intrastat-related details on invoice lines can now be edited directly from grouped account move line views. This reduces extra steps for accounting teams when preparing Intrastat declarations, making compliance data easier to maintain.
Original PR description
The intrastat fields on the account move lines are used in the intratstat declaration. Before this commit, the fields would only be editable from the invoice (i.e. reset to draft, edit account move lines). This commit adds the fields to the grouped account move line views so that they're more easily editable. related pr in community: https://github.com/odoo/odoo/pull/91134 task-id: 2753542
The Documents spreadsheet component has been updated to a newer version. This improves how charts scale when using time or number labels and prevents unwanted right-click behavior in menus, making spreadsheets smoother and more reliable to use.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/badd7557 [IMP] charts: scale chart on time/number labels https://github.com/odoo/o-spreadsheet/commit/8fc5fbee [IMP] chartJS: replace chartJS.min by chartJS.bundle.min https://github.com/odoo/o-spreadsheet/commit/b9e70286 [FIX] menu: block right click on menu