Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
7139 Lượt xem

Hello,

I'm trying to display monetary fields like this : '525200.52' => '525 000,52' in form views

I understood that I have to modify the following file addons/web/static/src/js/view_forms.js . And I allready managed to display the correct value modifying the 'format_value' line 5483

return instance.web.format_value(val.toLocaleString('fr-FR'), {type: "string", digits: (this.node.attrs || {}).digits || this.field.digits}, def);

However, since the field is now a String, when I try to edit and save I get an error :

TypeError: a float is required

Which is normal.

I looked at the parse_value function but didn't manage to solve my issue...

What do I need to modify next to achieve my goal ?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

you can see this link :http://help.openerp.com/question/88/how-to-define-the-thousands-separator/

Ảnh đại diện
Huỷ bỏ
Tác giả

Perfect, just what I needed ! Thank you.

Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 12 24
9606
3
thg 9 24
21867
5
thg 12 24
53180
4
thg 7 24
10683
1
thg 7 24
2303