跳至内容
菜单
此问题已终结
1 回复
4770 查看

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

形象
丢弃