Daily updates from Odoo
Monday, February 26, 2024
3 changes
2 changes
Enhancements to existing features
This update changes how product documents are ordered in Odoo, prioritizing them by name instead of ID. This gives users greater control over the appearance of documents in the eCommerce storefront and PDF quotation builder, ensuring the most relevant documents are displayed first.
Original PR description
Ordering documents attached to a produt by name, rather than ID. That allows a control on the order in the PDF quotation builder, and the eCommerce page. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#154961
This update adjusts the layout of the Point of Sale (POS) menu to place 'Close Session' and 'Backend' options at the bottom. This change enhances usability by grouping less frequently used functions together, making it easier for staff to find essential controls.
Original PR description
-Move menu options to have 'Close session' and 'Backend' at the bottom of the list task id: 3759943 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 Forward-Port-Of: odoo/odoo#154998
1 change
Enhancements to existing features
Helpdesk ticket reports now show “Time to first assignment” and “Time to close” with greater precision, including minutes instead of only whole-hour values. This helps teams better understand response and resolution performance, especially for tickets handled quickly.
Original PR description
Converting "Time to first assignment" and "Time to close" fields of helpdesk tickets from integers to floats allows the users to see the time more precisely (minutes included). task-3700521