Hello, I would like to know how, through an automated action, I could convert a field to uppercase and have it saved this way in the database.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello, I would like to know how, through an automated action, I could convert a field to uppercase and have it saved this way in the database.
Like this:
str(record.name).upper()
or if you use the "Execute Python code" option
record['x_studio_name'] = str(record.name).upper()
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
3
may 25
|
1768 | ||
|
1
abr 25
|
1302 | ||
one2one relational field
Resuelto
|
|
3
sept 24
|
14227 | |
|
0
sept 24
|
1379 | ||
|
0
may 24
|
26 |