mirror of https://github.com/OCA/web.git
10 lines
309 B
ReStructuredText
10 lines
309 B
ReStructuredText
This module allows to add an option `size` to Char fields in web client:
|
|
|
|
.. code-block:: XML
|
|
|
|
<field name="sized_5_field" options="{'size': 5}"/>
|
|
|
|
that allows to enter only the specified number of characters in the field.
|
|
|
|
Adding "size" as a parameter while defining Char field is deprecated officially.
|