>
> > About UTC, export date in UTC's SERVER not use UTC's local PC.
>
> There is only one UTC. Any way, I already explain why we use UTC above.
>
> > About decimal point may be can get it before to export CSV in same
> wizard.
>
> I think this is the same topic as for UTC. We use universal
> representation to be unambiguous.
>

I agree not use default values  and replace to use company language or user
language.

After export CSV file, usually user open csv file with a speesheet. And
conversion language, is very important to open this file.

About custom developments, we force export CSV data according user
language. For example, about point or comma in decimal fields:

from babel.numbers import format_decimal

.....
 format_decimal(f['list_price_min_rival'] or 0.0, locale=locale),
......

Regards,

Raimon

-- 
You received this message because you are subscribed to the Google Groups 
"tryton-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton-dev/CALO_w6p720s5T-jm9pbdp-p%3D4riPFVnaq5LdSHik%3DRLUyOVspA%40mail.gmail.com.

Reply via email to