Monday, February 21, 2022
5 changes · master
Enhancements to existing features
This update adjusts how email conversation loading delays are managed in Odoo. It makes the behavior easier to configure and maintain, with no expected disruption for everyday users.
Original PR description
Task-2734101
This change makes it easier to customize how project portal records are searched, sorted, and filtered. It helps future extensions adapt project views cleanly without changing core behavior for users.
Original PR description
Before this commit there was no easy/clean way to extend the domain, searchbar sorting and filtering. By adding it in subfunctions we can do clean extending of the domains/filters -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adjusts how the mail app manages the timing of the video call overlay, making the behavior easier to control and maintain. It is a small internal improvement that supports a smoother calling experience without changing core business workflows.
Original PR description
Task-2734101
This update adjusts how attachment loading timing is managed in the Mail chatter area. It is an internal improvement that should help keep discussion and attachment behavior more consistent without changing everyday workflows.
Original PR description
Task-2734101
Invoice extraction now uses the proper partner autocomplete service instead of calling it directly. This avoids relying on functionality that may not be installed, making invoice processing more robust across different setups.
Original PR description
…alled Partner autocomplete was called directly instead of using the API of the dedicated module.