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()
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
3
maj 25
|
1765 | ||
|
1
kwi 25
|
1301 | ||
one2one relational field
Rozwiązane
|
|
3
wrz 24
|
14227 | |
|
0
wrz 24
|
1379 | ||
|
0
maj 24
|
26 |