use grouping to format number
parent
91120a8089
commit
e1f5210c0c
|
@ -208,6 +208,7 @@ class mis_report_kpi(orm.Model):
|
|||
'%%%s.%df' % (
|
||||
sign, dp),
|
||||
value,
|
||||
grouping=True,
|
||||
context=context),
|
||||
divider_label, suffix or '')
|
||||
|
||||
|
|
Loading…
Reference in New Issue