Server Action Mass Edit Onchange

server_action_mass_edit_onchange
REPOSITORY
REPOSITORYOCA/server-ux
GIT
GIThttps://github.com/OCA/server-ux.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-ux/tree/18.0/server_action_mass_edit_onchange
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, trisdoan, A.David-TSC
WEBSITE
WEBSITEhttps://github.com/OCA/server-ux
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - onchange_helper
OCA/server-ux:
    - server_action_mass_edit
odoo/odoo:
    - base
    - web
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module is an extension of module Mass Editing to support playing onchange before writing.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_server_action_form_inherited ir.actions.server field Inherits server_action_mass_edit.view_server_action_form
Models touched (3)

New fields (1)
  • mass_edit_play_onchanges Json
    compute='_compute_mass_edit_play_onchanges' string='Play onchanges from lines'
Public methods (0)

No public methods.

New fields (1)
  • apply_onchanges Boolean
    help='Play field onchanges before writing value'
Public methods (0)

No public methods.

New fields (1)
  • play_onchanges Json
    readonly=True
Public methods (1)
  • default_get(self, fields)
    @api.model
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/server-ux
PULL REQUEST
PULL REQUEST[19.0][MIG] server_action_mass_edit_onchange: Migration to 19.0 (#1310)