Thursday, May 8, 2025
5 changes · saas-18.3
Enhancements to existing features
Live chat session searches now include a filter for conversations that are still ongoing. This helps teams quickly find active customer chats and focus on sessions that may still need attention.
Original PR description
This commit adds a filter for ongoing livechats in the session search task-4776141 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update removes unused live chat code that was no longer serving a working purpose and reorganizes related developer files. It has no expected direct impact on users, but helps keep the live chat feature easier to maintain and less prone to future issues.
Original PR description
The `visitorPartner` field was introduced in #141904, which apparently never worked, and the usage is removed in #142010. Also, the typescript related to thread model should be moved to the same folder as this model.
This change removes an internal search index that was not helping VoIP contact lookup performance. It simplifies database maintenance without changing how users work with contacts or VoIP features.
Original PR description
The trigram index on res.partner/t9_name is not useful. The "t9 encoding" reduces the set of possible trigrams far too much for the trigram to be effective in discriminating between large amounts of results. In consideration of the above, this commit removes the trigram index.
The bank reconciliation widget now includes the new description field when setting an account. This gives accounting users more context during reconciliation and helps make account selections easier to understand.
Original PR description
This commit will add the newly introduce field description in this commit: https://github.com/odoo/odoo/pull/205191/commits/61c0ce904a6b32773b55a2e9e123b5c79c0d42b7 in the set account of the bank rec widget task: 4750045
Bank reconciliation can now automatically expand a specific statement line when it is opened from the right context. This helps users get directly to the relevant details with less manual clicking during reconciliation work.
Original PR description
This commit will unfold the statement line depending on a context key task: 4749346