Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
4808 Visualizações

Hello,

for better usability of Odoo i need to show the zero in fields floats in one2many,

anybody knows how to do?

Thanks

Avatar
Cancelar
Melhor resposta


if If you work with odoo v8, you should define in your file .py the field like this:

'credit_service': fields.float( 'Credit', help='Service Credit',readonly=True, digits=(16,3)),

-Download Decimal Precision Configuration Module and you will find in Settings/technical/Databse Structure/Decimal  Accurancy so define your object.

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
jul. 22
3769
1
mai. 21
4822
1
out. 19
5080
4
set. 18
4998
4
mar. 15
10422