跳至內容
選單
此問題已被標幟
3 回覆
51844 瀏覽次數

Hello Friends,

Can anyone know how to cut down 2 digits after decimal,there actually in default displayed 4 digits in Qweb report.

For example:

if value is 123.4556 it will be cut down as 123.46

if value is 1456.0000 then it should displayed as 1456.00

Please help me to resolve this situation.Thanks in advance

頭像
捨棄

Thanks so much for help.

最佳答案

Hello,

I Think it's helpful for you. 

<span t-esc="'%.2f'% l.product_uom_qty"/>

Thanks.

頭像
捨棄
最佳答案

Hello 

You can take reference of below code

<span t-esc="sum(docs.mapped('amount'))" t-options='{"widget": "float", "precision": 2}'/>
Best Thanks,
Ankit H Gandhi.
頭像
捨棄
最佳答案

Hello, you can use formatLang like that:


<div class="number-report">

<span t-esc="formatLang(line.price_subtotal, digits=2)"/>

</div>

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
4
5月 23
10531
1
1月 19
9623
0
10月 17
3457
0
11月 16
2717
0
10月 16
4965