تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
4 الردود
8290 أدوات العرض
<span t-field="abs(line.final_balance)"/>
i Try this code but it's not run.
i want to show only positive value any solution please
الصورة الرمزية
إهمال
الكاتب

<span t-field="Math.abs(line.final_balance)"/>

but it can't

الكاتب

Thanks Niyas Rafhy...

it's working fine i change ...

<span t-field="Math.abs(line.final_balance)"/>

to

<span t-esc="abs(line.final_balance)"/>

أفضل إجابة

Then try with Math.abs(value),

Normally abs works fine,

eg: <span t-esc="abs(value)" />

الصورة الرمزية
إهمال

Thank you @ Niyas Raphy.

+1

المنشورات ذات الصلة الردود أدوات العرض النشاط
3
يونيو 20
9687
1
مارس 25
1403
0
نوفمبر 24
1584
0
يونيو 24
1621
1
يونيو 24
2136