网站模块odoo9不应用千位分隔符

时间:2017-06-13 08:44:52

标签: web openerp

我在网站上有问题与产品价格séperator 我在设置>翻译>语言“千位分隔符”字段中更改配置 但不适用于网站(图片图片) 例如200 000>在网站200,000 如何删除逗号

我想显示200 000 postgis/lwgeom_inout.c

1 个答案:

答案 0 :(得分:0)

朋友们,我找到了解决方案

>>> Go to language setting,
>>> set that you want a ' ' as thousand separator, (Put space)
>> and that works out of the box
>>>> -The only specific case that is if you don't want anything, you need to set an empty char (eg: ​) because by default, we use a comma if no symbol is given ! >>>> [the solution][1] (www.zupimages.net/up/17/25/mnn1.png) 

    tousand separator : " " ; 

  [1]: http://zupimages.net/up/17/25/mnn1.png