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"/>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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"/>
(#<t t-esc="record.id.raw_value"/>)
Thanks Ray.
Declare <field name="id"/> at the top then
(#<t t-esc="record.id.raw_value"/>)
Hi,
Activate the developer mode and navigate to Settings -> Translations -> Languages -> Select the corresponding language and set Thousands Separator as Empty and see,
Thanks
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?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up