Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4780 Widoki

In odoo9 the statinfo widget is not working for decimal precision, it gives string values for calculated result field, in that case, decimal precision is not set for that.

Awatar
Odrzuć
Najlepsza odpowiedź

Use a computed field and format it like you need, if float doesn't work use a type char field and format it by yourself

Awatar
Odrzuć