Skip to content
Snippets Groups Projects
Commit 43474916 authored by Raphael Collet's avatar Raphael Collet
Browse files

[FIX] core: unexpected display_name "False"


If a form view contains the field 'display_name', when creating a new
record, the initial value of 'display_name' is the string "False", and
that weird value also appears in the breadcrumb instead of "New".  In
order to avoid this unexpected behavior, the conversion of a value to a
display name should be False, like any other field would.

closes odoo/odoo#81788

Signed-off-by: default avatarRaphael Collet <rco@odoo.com>
parent a4e152a1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment