odoo/addons/web/static/src/js
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
..
boot.js [IMP] instance.init: less offensive constant 2012-11-30 18:52:49 +01:00
chrome.js [FIX] web: *.openerp.com to *.odoo.com 2014-09-11 09:59:21 +02:00
corelib.js [FIX] docstring 2013-03-01 11:22:23 +01:00
coresetup.js [IMP] cookies: when retrieving session cookie, catch eventual parsing errors and remove cookie if incorrect (opw 605648) 2014-03-27 13:08:26 +01:00
data.js [FIX] web: sort with undefined value 2014-09-11 17:38:40 +02:00
data_export.js [FIX] export: add the context in the export 2014-08-13 14:52:01 +02:00
dates.js Mark strings to be translated. 2012-11-29 01:22:00 +01:00
formats.js [FIX] Fixed wrong digits format issue for float fields when thousand separator is '.' 2015-04-16 15:30:20 +02:00
pyeval.js [FIX] web: backport datetime.toJSON() so we can return local datetimes in search domains 2015-04-23 14:05:56 +02:00
search.js [FIX] web: advanced search on floats with ',' as decimal separator 2015-04-30 13:39:30 +02:00
test_support.js [IMP] jQuery deferred API changes refactoring. Changed 'then's in 'done'/'fail' and 'pipe's in 'then' 2012-10-30 15:06:30 +01:00
testing.js [FIX]testing.js: replace testing.case by testing['case'] for compatibility (IOS < 5, IE8) 2013-03-22 11:16:06 +01:00
view_form.js [FIX] view_form: sequence at item creation 2015-03-19 09:56:12 +01:00
view_list.js [FIX] Web: view_list.js: pager next and previous actions 2015-02-25 14:35:19 +01:00
view_list_editable.js [FIX] account: context/domain in move line tree 2015-03-26 08:59:23 +01:00
view_tree.js [FIX] tree views: rename variable parent-id to avoid conflicts with record fields name (eg: account.account) 2013-08-29 14:44:48 +02:00
views.js [FIX] web: when converting a node back to xml, correctly escape node content 2015-04-01 11:02:31 +02:00