Daily updates from Odoo
Monday, June 1, 2026
1 change · master
Code cleanup and technical improvements
This update streamlines how users are added to Odoo discussion channels. Previously, a shorthand method was used, which has now been replaced with a direct store handler for better efficiency and control. This change ensures consistent and reliable channel member management.
Original PR description
Remove the public discuss.channel#add_members() shorthand and expose the functionality directly as a /discuss/channel/add_members store handler. All callers (channel_invitation, join channel action, tests) are updated to go through fetchStoreData. task-4712367