Saturday, October 21, 2023
2 changes · master
Enhancements to existing features
This update makes chat channel creation methods return a more reusable result for backend code, while keeping the existing simplified response for remote calls. It reduces complexity for developers working with messaging-related features without changing the everyday user experience.
Original PR description
* = calendar,test_discuss_full, test_mail, test_mail_full Methods can be downgraded to channel_info when called by RPC. This increases the simplicity to use these methods in python. https://github.com/odoo/enterprise/pull/49326 Taken from https://github.com/odoo/odoo/pull/138330 to ease its diff.
This update adjusts how messaging channels are created so related enterprise features receive a complete channel reference. It supports smoother behavior in areas such as Frontdesk and enterprise mail tests without introducing visible workflow changes for users.
Original PR description
* = frontdesk, test_mail_enterprise Enterprise counter-part. https://github.com/odoo/odoo/pull/139341 Taken from https://github.com/odoo/odoo/pull/138330 to ease its diff.