Skip to content
Snippets Groups Projects
Commit 4c1feefd authored by Lucas Perais (lpe)'s avatar Lucas Perais (lpe) Committed by Aaron Bohy
Browse files

[IMP] web: Numeric fields can be non-formatted

This commit introduces a new option in fields inheriting from type Numeric
which is `format`.

By default, Numeric fields are formatted according to their subtypes and locale
Adding, in a view, the option format set to a falsy value
will prevent the field's value from being formatted.

```
<field name="int_field" options="{\'format\': false}"/>
```

Task 2050119
parent 7ace5a98
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment