Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4783 Tampilan

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.

Avatar
Buang
Jawaban Terbai

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

Avatar
Buang