odoo/enterprise#93335
Created by Upgrade, Jinane Maksoud (maji)
Blocked
- Merge method
- Review
-
CI
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- Linked pull requests
- label
- odoo-dev:saas-18.4-manual-fields-maji
- head
- f002ed7dec68e516b0f411366e85af2169efdf78
odoo/odoo | odoo/enterprise | |
---|---|---|
saas-18.4 | #224524 missing r+ | #93335 missing r+ |
19.0 | ||
master |
[FIX] web_studio: check field state instead of name
With the fields method _is_manual_name
being deprecated, checking whether a field is manual can be done through the state instead of the field name.
This avoids the need to override the definition of a custom field name in another place in the applications that need to do it.
Related odoo/odoo#224524