odoo/enterprise#93335

Created by Upgrade, Jinane Maksoud (maji)

Blocked

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