odoo/addons/web/static/src/js
Martin Trigaux 3a27186643 [MERGE] [FIX] FormView: avoid multiple creations of the same line in o2m fields when the save action fails (e.g. forgot one required field)
This is done by removing the added action 'prepend_on_create' that can be present as many time as we pressed the save button

lp bug: https://launchpad.net/bugs/1265705 fixed

bzr revid: mat@openerp.com-20140414081003-290q4v21q01m4rsi
2014-04-14 10:10:03 +02:00
..
boot.js [IMP] instance.init: less offensive constant 2012-11-30 18:52:49 +01:00
chrome.js [FIX] home action: open the linked menu in addition to execute the action. The menu tree is now correctly displayed instead of only messaging. 2014-02-22 03:57:06 +11: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 [MERGE] [FIX] one2many fields: when sortign on a column of type m2o (format (id, name)), instead of sorting on the tuple (and then id), sort on the name_get value to match what is shown on the screen 2014-03-12 16:04:35 +01:00
data_export.js [MERGE] [FIX] export wizard: better behaviour when saving new fields list 2014-03-05 11:08:43 +01:00
dates.js Mark strings to be translated. 2012-11-29 01:22:00 +01:00
formats.js [FIX] format_value: correctly compose if block, we are doing python here... 2014-01-21 15:26:25 +01: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: set z-index of 9999 for autocompletion pane of search bar, to avoid being behind jquery ui dialogs. Besides, this pane should always be on top, therefore we can assume that setting 9999 will not have bad side effects 2014-03-11 11:49: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 [FIX]Fixed the issue of duplicated one2many lines, weired behavior when you add one2many line and then add another line withour filling required field and then click on save, then remove added one2many line for which we didn't filled required data and then save it, you will get duplicated lines. 2014-04-03 12:38:44 +05:30
view_list.js [REVERT] 4164 revid:dle@openerp.com-20140326113036-g9yv3jj6yetwxvg8: this fix actually works in saas-3, but not in 7.0, as search_read method is not part of the orm 2014-03-26 13:35:13 +01:00
view_list_editable.js [IMP] web: select input on add record in list editable 2014-04-08 14:01:41 +02: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] getParent() js error when clicking to fast on menu items that load a list view after loading a form view 2014-02-17 11:49:20 +01:00