odoo/addons/web/static/src
Denis Ledoux 1da5d89ba3 [FIX] web: advanced search on floats with ',' as decimal separator
When using another decimal separator than `.` (dot)
in the language settings,
it wasn't possible to build an advanced search specifying
the decimals.

e.g. with a language with decimal separator `,` and thousand
separator `.`,
if you want to search invoices with amount total 366,38
The advanced search "Total" "is equal to" obliged you
to enter your number with `.` as separator (366.38),
and then, when entering the search, the `.` was
regarded as the thousand separator, giving as domain
`('amount_total', '=', 36638)`, which is not what you asked.

opw-634201

PS: The `|| '.'` in the xml template are only for
retro-compatibility, so if the server sources are
updated, but the browser cache is not refreshed
(meaning the Javascript code isn't refreshed, and,
therefore, `widget.decimal_point is undefined)
it still works.
2015-04-30 13:39:30 +02:00
..
css [FIX] web,web_kanban: correct radial-gradient usage 2014-11-05 20:57:59 +01:00
font [IMP] clean permissions and shebang in files 2013-05-14 12:37:36 +02:00
img [IMP] PNG recompression 2013-06-05 14:43:27 +02:00
js [FIX] web: advanced search on floats with ',' as decimal separator 2015-04-30 13:39:30 +02:00
xml [FIX] web: advanced search on floats with ',' as decimal separator 2015-04-30 13:39:30 +02:00
fixbind.js [FIX] web: Fix old versions of Webkit (such as ones used on iOS < 6 or PhantomJS <= 1.7) 2013-03-20 15:36:52 +01:00