odoo/addons/web/static/src/js
Xavier Morel 8a3a92bbfc [IMP] readonly sortable o2m
The making of the column invisible would happen after the header was
rendered (?), and the header would not be re-rendered afterwards. So
there would be a missing chunk of table. Make the cells invisible
instead. It's all going to be changed looks-wise anyway so meh.

bzr revid: xmo@openerp.com-20121022103935-78bm40gfotpt1ds6
2012-10-22 12:39:35 +02:00
..
boot.js [IMP] load all modules at boot in single db mode 2012-08-13 00:29:01 +02:00
chrome.js [FIX] Fixed on_loaded in Menu and Search. 2012-10-18 10:50:28 +02:00
corelib.js [FIX] remove console.log 2012-10-18 22:31:18 +02:00
coresetup.js [MERGE] callback2deferred session.rpc 2012-10-06 18:32:38 +02:00
data.js [FIX] problem with exec_workflow in dataset: does not return the expected result format 2012-10-19 18:52:11 +02:00
data_export.js [MERGE] callback2deferred session.rpc 2012-10-06 18:32:38 +02:00
dates.js [imp] refactored dates.js 2012-04-17 13:58:05 +02:00
formats.js [FIX] Small problem with formatting 2012-10-15 15:56:07 +02:00
search.js [FIX] Fixed a forgotten add(), SearchView#on_invalid(). 2012-10-19 13:15:58 +02:00
test_support.js [IMP] remove OpenERP Enterprise old code 2012-08-27 23:32:12 +02:00
view_form.js [IMP] readonly sortable o2m 2012-10-22 12:39:35 +02:00
view_list.js [FIX] various listview issues 2012-10-18 17:01:08 +02:00
view_list_editable.js [FIX] various listview issues 2012-10-18 17:01:08 +02:00
view_tree.js [IMP]In rpc method remove callback and modify relate code 2012-10-03 17:58:36 +05:30
views.js [IMP] Remove some useless code 2012-10-19 15:38:51 +02:00