Thursday, October 26, 2023
1 change · master
Features or functions removed from Odoo
A no-longer-needed workaround was removed from the Live Chat chatbot step setup. The underlying system now handles the record order correctly on its own, reducing maintenance without changing expected user behavior.
Original PR description
Since the new RelationalModel (PR 114024), when you click Save and New in X2ManyFieldDialog, the new record has its sequence correctly incremented by 1 compared with the previous record. So the patch on X2ManyFieldDialog in im_livechat_chatbot_steps_one2many.js is no longer necessary. So we're going to remove it.