Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
4 Odgovori
4974 Prikazi

Hi,

That are my settings : Decimal Separator "," ,Thousand Separator "." ,Direction: Right-to-Left. Decimal account digits 0, rounded = 1. with Separator Format [3,0] or [3,3,3], lang is spanish_cl

In both cases only appears 3 digits when type amount (debit or credit). Is a bug or i have a mistake definition?

Regards

Avatar
Opusti

What do you exactly want to do? Can you give examples?

Show us your configuration and the problem on your report, something to see.

Best Answer

Is a Bug.

Change this file:

addons/web/static/js/formats.js

Find this line in function instance.web.parse_value:


  case 'float':          
tmp = Number(value);
if (!isNaN(tmp))
return tmp;


and change for this (Coment whit //)

 case 'float':          
//tmp = Number(value);
//if (!isNaN(tmp))
//return tmp;


is working for us



Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
mar. 15
5745
13
sep. 24
47276
1
okt. 15
4321
1
avg. 25
4466
0
dec. 24
9675