odoo/addons/web/static/src/js
Olivier Dony 1bb2fccb9d [FIX] web: avoid crash when the Home client action is called without `action` param
E.g. this could happen when the HistoryBack client action
was unable to restore the previous breadcrumbs item, and
used the Home action as fallback. Could be reproduce by
performing a successful import from an action without
menu and context, such as what you get after refreshing
your browser.

bzr revid: odo@openerp.com-20140107161154-430y7hlf9mvtfyfe
2014-01-07 17:11:54 +01:00
..
boot.js [IMP] instance.init: less offensive constant 2012-11-30 18:52:49 +01:00
chrome.js [FIX] web: avoid crash when the Home client action is called without `action` param 2014-01-07 17:11:54 +01:00
corelib.js [FIX] docstring 2013-03-01 11:22:23 +01:00
coresetup.js [FIX] web: only open reports in new window on iOS devices 2013-07-02 11:39:32 +02:00
data.js [FIX]Web: Fixed the issue of immediate update of many2one field when many2one object name has been changed from follow button popup, reloaded the record from database forcefull to update dataaset, do not call form-blur when follow button is clicked, also do not evict record when record is still not created. 2013-12-03 18:08:56 +05:30
data_export.js [IMP] export view: use events hash 2013-05-30 12:04:20 +02:00
dates.js Mark strings to be translated. 2012-11-29 01:22:00 +01:00
formats.js [FIX] add a correct rounding algorithm to be able to duplicate server-side financial computations 2013-04-09 16:44:14 +02:00
pyeval.js [FIX] pyeval: be more fault tolerant to avoid wrap null values 2013-07-02 16:16:00 +02:00
search.js [FIX] web: only show in 'Advanced Search', fields that are actually searcheable and avoid duplicate 'ID' field 2013-12-18 12:35:47 +01: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 [MERGE] fixes for non-direct IME 2013-12-18 16:26:26 +01:00
view_list.js [MERGE] [FIX] Grouped ListView: avoid removing info in row title (such as total) when removing page numbers (if grouped view contains more than 80 elements) (opw 594708) 2013-12-11 12:33:30 +01:00
view_list_editable.js [MERGE] fixes for non-direct IME 2013-12-18 16:26:26 +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: views.js & coresetup.js, ir_actions_report_xml and get_file special case for iOS devices, which do not allow iframe use the way we do it 2013-06-21 14:44:49 +02:00