Skip to Content
Menu
This question has been flagged
3 Replies
2784 Views

Hii,

In helpdesk kanban view ticket id appears with comma e.g. Need help (#2,265). 

How to remove comma from (#2,265). 

I tried following but didn't work.

<field name="id" widget="payment"/>

<field name="id" widget="char"/>

 

Avatar
Discard
Best Answer
(#<t t-esc="record.id.raw_value"/>)


Avatar
Discard
Author

Thanks Ray.

Declare <field name="id"/> at the top then

(#<t t-esc="record.id.raw_value"/>)

Best Answer

Hi,

Activate the developer mode and navigate to Settings -> Translations -> Languages -> Select the corresponding language and set Thousands Separator as Empty and see,




Thanks

Avatar
Discard
Author

This is not that I need. It applied on financial figures in accounting and payroll means everywhere.

I need it on helpdesk kanban view only.

widget=payment works on a form view and why not on kanban view?