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()
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
3
5月 25
|
1841 | ||
|
1
4月 25
|
1377 | ||
|
3
9月 24
|
14336 | ||
|
0
9月 24
|
1389 | ||
|
0
5月 24
|
26 |