Daily updates from Odoo
Friday, January 10, 2025
9 changes
8 changes
Enhancements to existing features
Field service users can now return directly from the product catalog to the task they came from. This reduces navigation friction and helps teams move between task details and related products more efficiently.
Original PR description
In field service, on task form, there is a stat button "n products". Clicking on it leads to the products catalog. In this PR, we add a button on that view to return to the task's form. task-4295982
WhatsApp account settings now show a read-only phone number once the account successfully connects to the API. This helps support teams and users verify incoming message setup more quickly, while hiding the number again if account configuration changes.
Original PR description
### Purpose: Having a Phone Number field in Whatsapp Account Configuration would allow Support Team to test the receiving of messages a lot faster, because this is something the clients struggle a lot with during the set-up of their account. It's also useful for users if they want to test the incoming messages flows. ### After this PR: Added a Read-only 'Phone Number' field, which will be hidden until we successfully connect to the API(Either from 'Sync Templates' button or 'Test Connection' button). This field will became invisible if we change any configuration in the account. Task-4110445
The mobile project side panel now shows its caret more clearly, making it easier for users to notice and use the panel controls. Related project dashboard and task actions were also aligned across connected project modules for a more consistent experience.
Original PR description
Made the mobile Right side panel caret being barely visible. task-4190761
Rental schedule statuses now use distinct colors for late pickups and reserved orders. This makes it easier for users to quickly spot overdue pickups without confusing them with reservations.
Original PR description
Before this commit: - The colors assigned to late pickup and reserved status orders were the same, leading to confusion. After this commit: - Distinct colors have been assigned for late pickup and reserved status orders. Task-4154459
Odoo can now receive webhook notifications from OdooFin when important account synchronization information changes. This helps keep customer databases more up to date, starting with faster updates for authorization expiry dates.
Original PR description
… and OdooFin Adds webhook event support on Odoofin. With this addition, we can now update user's database in real-time when relevan, therefore drastically reduce the cases where Odoo and OdooFin are not synchronized or when data are not up-to-date. For now the only supported type is `update_auth_exp_date` which notify the Odoo clients that they need to fetch their authorization expiring date. task-3822526
Documents now reopen in the last view mode each user selected, either kanban or list, making daily document work feel more consistent. On mobile, the experience continues to default to kanban for usability.
Original PR description
Keeping the user preferred view mode (only kanban or list) to view their documents. The preferred mode is set to be the last one selected via the view switcher. Not applied in mobile environments (defaults on "kanban"). Task-4305989
Point of sale users in Chilean and Ecuadorian electronic invoicing can now keep browsing partner lists without manually triggering more results. This makes it easier to find customers in large databases and keeps the checkout workflow smoother.
Original PR description
Load new partner when scroll reach the bottom of the list Taskid: 4028885
Helpdesk email-related tests have been reorganized into a dedicated area and enhanced to better verify generated email content and flows. This makes future changes to helpdesk email handling safer and easier to validate, with no direct user-facing behavior change.
Original PR description
Just to have them a bit more standard and in a specific file. This is going to ease future changes.
1 change
Enhancements to existing features
This update expands the ability to automatically create tasks and projects linked to sales orders. Previously, these were only generated for the entire order. Now, the system can generate them on a line-by-line basis within the order, offering greater flexibility for managing subscription services.
Original PR description
This allows to customize the ability to generate a task and/or project per sale.order.line instead of per order only.