Tuesday, October 24, 2023
1 change · master
Features or functions removed from Odoo
This change removes an outdated workaround in the Survey module that is no longer needed because the underlying dialog behavior has already been fixed. It should not change the user experience, but it reduces maintenance complexity and lowers the chance of duplicate logic causing future issues.
Original PR description
Since commit https://github.com/odoo/odoo/commit/e17c2135cb24aa600eeff9426b93665537a33d00, if an error is thrown during the "save" of X2ManyFieldDialog, the buttons are enabled(). So the patch on X2ManyFieldDialog in question_page_one2many_field.js is no longer useful. So we're going to remove it.