Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
4796 Представления

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.

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить