Hello! I've set a default value for one of the fields in my model. It's stored in ir.default model (I found it in Settings -> Technical -> User-defined Defaults).
How can I show the value of this variable in my form view?
That's how I've set the value:
Now I wont to show the value of this field in view (view built by Transientmodel)
How can I call it?