server-ux icon indicating copy to clipboard operation
server-ux copied to clipboard

[16.0][FIX] server_action_mass_edit: Don't do onchange

Open pedrobaeza opened this issue 11 months ago • 7 comments

This change was introduced unnoticed in the migration to 16.0 in #544, but it has several problems:

  • The onchange is only executed for one record, not several, and this module is for mass actions.
  • Not all the users want to play onchanges, being for one record or several.

Let's remove it for being consistent. An ongoing discussion for supporting onchanges through onchange_helper is meanwhile active.

@Tecnativa

pedrobaeza avatar Dec 19 '24 08:12 pedrobaeza