Skip to content

[19.0][MIG] onchange_helper: Migration to 19.0#3519

Open
sergijPf wants to merge 61 commits intoOCA:19.0from
DeineTuer-GmbH:19.0-mig-onchange_helper
Open

[19.0][MIG] onchange_helper: Migration to 19.0#3519
sergijPf wants to merge 61 commits intoOCA:19.0from
DeineTuer-GmbH:19.0-mig-onchange_helper

Conversation

@sergijPf
Copy link

simple migration + fixed tests

florian-dacosta and others added 30 commits February 10, 2026 15:45
other improvement:

set onchange_specs to all fields as _onchange_spec()
retrun onchange fields for default view
return field value if it's set in onchange_fields (usuful to get default value for a field)
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-12.0/server-tools-12.0-onchange_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-onchange_helper/
Currently translated at 100.0% (1 of 1 strings)

Translation: server-tools-12.0/server-tools-12.0-onchange_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-onchange_helper/zh_CN/
ibuioli and others added 26 commits February 10, 2026 15:45
Currently translated at 100.0% (1 of 1 strings)

Translation: server-tools-15.0/server-tools-15.0-onchange_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-onchange_helper/es_AR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-16.0/server-tools-16.0-onchange_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-onchange_helper/
Currently translated at 100.0% (1 of 1 strings)

Translation: server-tools-16.0/server-tools-16.0-onchange_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-onchange_helper/es/
Currently translated at 100.0% (1 of 1 strings)

Translation: server-tools-16.0/server-tools-16.0-onchange_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-onchange_helper/it/
Without explicit web dependency all tests fail like this:

File "/home/odoo/src/odoo/odoo/models.py", line 6905, in onchange
    raise NotImplementedError("onchange() is implemented in module 'web'")
NotImplementedError: onchange() is implemented in module 'web'
…ed by

As the onchange method can be a little bulky, we don't call it if fields passed as
arguments are not in _onchange_methods
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: server-tools-18.0/server-tools-18.0-onchange_helper
Translate-URL: https://translation.odoo-community.org/projects/server-tools-18-0/server-tools-18-0-onchange_helper/
@sergijPf sergijPf mentioned this pull request Feb 10, 2026
41 tasks
@sergijPf sergijPf force-pushed the 19.0-mig-onchange_helper branch from f7d0837 to 5753c45 Compare February 10, 2026 14:51
Copy link
Contributor

@petrus-v petrus-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for this migration 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.