Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
6533 Zobrazení

In a website view we used the attribute t-field to print the value of one field to format the value (so we won't use t-esc or something else). For example:

 <span t-field="o.somefloatvalue" />

If you click at the top on edit and change this value then the value is changed in the webpage/view and also in the record itself (which we don't want!!!).

Is it possible to disable the editing of such values in the frontend editor?

Avatar
Zrušit
Nejlepší odpověď

Give attribute contentEditable = "False" to element. for example : <span contentEditable="False" t-field="o.somefloatvalue"/>, now your field cannot be edited.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
3
čvc 23
30639
1
lis 23
3151
1
dub 22
7006
0
čvc 15
4199
1
lis 15
10226