Skip to Content
Menu
This question has been flagged
1 Reply
8241 Views

I use the widget monetary in Qweb like this:

<span t-field="sale_order.amount_untaxed" t-field-options='{"widget": "monetary", "display_currency": "sale_order.company_id.currency_id"}'/>

But the output uses dot instead of coma as decimal point that my l18n settings are asking for.


100.50 € instead of 100,50 €



Avatar
Discard
Best Answer

You go to Settings/Translations/Language, select sale order partner language  and verify separators settings. 

Avatar
Discard
Author

Thank you! The error seems to be in the language-settings (es_ES) there decimal point are "." instead of ",". I thougt it was the widget that not touched the decimal point.

Related Posts Replies Views Activity
1
Feb 16
9612
1
Jul 25
1701
1
May 25
1688
1
Apr 25
2272
1
Feb 25
1559