odoo/addons/website_sale/views
Jeremy Kersten 1f10ef8055 [FIX] website_sale: fix amount format display
Before this commit, amount updated from ajax request don't respect currency format.
Eg: 1.200,000 => 1200.00

Now we use the grouping/thousand separator/decimal separator from l10n,
and if class decimal_precision is defined in dom, we use it. (format=0.001)

This commits closes: #11553
This commits is related to #1103
2016-11-29 17:00:18 +01:00
..
payment.xml [ADD] website_sale: added inherit of the transaction 2014-04-04 10:44:20 +02:00
sale_order.xml [IMP] website_sale: do not show transaction on sale order 2014-09-17 12:59:06 +02:00
templates.xml [FIX] website_sale: fix amount format display 2016-11-29 17:00:18 +01:00
views.xml [FIX] website_sale: no need to specific to a selection field that it is of type char 2014-10-17 14:48:45 +02:00