mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
12 lines
273 B
ReStructuredText
12 lines
273 B
ReStructuredText
Switch the text of the char field `name` to uppercase:
|
|
|
|
.. code-block:: xml
|
|
|
|
<field name="name" options="{'transform': 'upper'}" />
|
|
|
|
Switch the text of the char field `name` to lowercase:
|
|
|
|
.. code-block:: xml
|
|
|
|
<field name="name" options="{'transform': 'lower'}" />
|