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()
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
RegistrierenVerknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
---|---|---|---|---|
|
3
Mai 25
|
1831 | ||
|
1
Apr. 25
|
1369 | ||
one2one relational field
Gelöst
|
|
3
Sept. 24
|
14313 | |
|
0
Sept. 24
|
1387 | ||
|
0
Mai 24
|
26 |