Daily updates from Odoo
Friday, April 3, 2026
1 change · master
Features or functions removed from Odoo
This pull request removed a function in the Odoo Enterprise livechat module that performed no useful action. The function simply forwarded arguments to another function, creating unnecessary complexity. This change improves code clarity and efficiency.
Original PR description
This function does nothing excepts forwarding kwargs to `_add_members`. https://github.com/odoo/odoo/pull/257535