Daily updates from Odoo
Wednesday, August 14, 2024
5 changes · master
Enhancements to existing features
WhatsApp conversations now show clearer messages when a new template or document is sent to the same customer. This helps users understand whether the current chat continues with the template content or should move to another document.
Original PR description
**PURPOSE:** Currently while the conversation is going if a new template is shared with the same customer than a message is dropped on the channel which needs improvement in language construct. **SPECIFICATION:** Improve construct when document is sent by a) same user using different model: Post a message consisting of the template body in the channel. b) Different user from any model: "Chat shall be moved to DocumentName." task-[3607392](https://www.odoo.com/web#id=3644180&menu_id=4720&cids=2&action=333&active_id=965&model=project.task&view_type=form)
Barcode operations now handle packaged products with tracking more smoothly, especially items tracked by serial number. This helps warehouse users complete immediate transfers more reliably by creating or selecting the right line for each packaged item during scanning.
Original PR description
Before this commit ================== Handling tracked packaging in the barcode was tricky, especially for products tracked by serial numbers. Immediate transfer for these items wasn't smooth because separate lines didn't appear when the packaging was on. This made scanning serials difficult, even though lots worked fine. After this commit ================= This commit improves the handling of tracked packaging in the barcode. For products tracked by serial numbers, immediate transfer works more smoothly when packaging is enabled. The system now correctly adds/selects one line for packaged items, making scanning serials easier. TaskId: 3626142
Amazon order imports no longer create new state records when a matching state cannot be found. Instead, the system creates a follow-up activity for the Amazon salesperson so the contact can be corrected manually, helping avoid duplicate or unreliable state data.
Original PR description
Before this commit contact created from amazon order create new state if it does not find matching state in odoo and it was causing issues like having record multiple record for same state and user don't know which one is right with proper code in data. This commit stop creating new state instead create activity on contact for amazon sale person to set proper state on the related contact to not break flows that are related to contact's state. task-3865454
The Helpdesk customer portal is clearer and easier to use, with ticket stages shown without potentially misleading color indicators. Website support forms now collect more customer contact details and respond better to user actions, including smarter submit button behavior.
Original PR description
_* = website_helpdesk - removed the color code to the portal list view for ticket stage display as the fact that it is folded or not no longer determines whether a task is closed or open. - added some additional fields for capturing customer contact details. - optimize the Submit button for dynamic behavior based on user actions. - Improved the website form based on user actions. task-3635784
Frontdesk and Helpdesk URLs have been updated to a clearer, more human-readable format. This makes shared links easier for users to understand and improves the overall customer and visitor experience without changing core workflows.
Original PR description
This commit modifies existing URLs to the new format so that the URL's become more human readable. Task-3820230