fix tab problem

bzr revid: csaba.toth@i3rendszerhaz.hu-20121129115306-ifncjymnmuk989eq
This commit is contained in:
tsabi 2012-11-29 12:53:06 +01:00
parent fbaf8a44f4
commit 72109e7541
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
* @namespace
*/
openerp.web.list_editable = function (instance) {
var _t = instance.web._t;
var _t = instance.web._t;
// editability status of list rows
// editability status of list rows
instance.web.ListView.prototype.defaults.editable = null;
// TODO: not sure second @lends on existing item is correct, to check