Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
2 Respostas
2419 Visualizações

Remove the excess 0 of quantity and amount, namely

 

A = 12.12300 # the result requirement is 12.123

B = 12.00 # the result requirement is 12

C = 200.12000 # the result requirement is 200.12

D = 200.0 # the result requirement is 200

As follows, how is this implemented in the report

< span t - field = "order_line. Product_qty" / >

Avatar
Cancelar

Hi,

Can you try like this,

<t t-set = "product_qty" t-value="order_line. Product_qty /1"/ >

< t t-esc = "product_qty" / >

Autor

0

Avatar

gavinguo

On 12/28/18, 3:22 AM

Your method fails to meet the requirements. For example, 425.000 becomes 425.0

Autor Melhor resposta

Your method fails to meet the requirements. For example, 425.000 becomes 425.0

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
nov. 24
20239
1
set. 23
3052
3
mai. 23
5657
7
abr. 23
49036
1
dez. 22
7880