bzr revid: ysa@tinyerp.com-20111117095854-w7ivkrucm32g5ug9
This commit is contained in:
Yogesh (OpenERP) 2011-11-17 15:28:54 +05:30
parent fa3998b744
commit fa079e79f5
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ openerp.web.ViewEditor = openerp.web.Widget.extend({
expr_to_list.push(_.without($.trim(part.replace(/[^a-zA-Z 0-9 _]+/g,'!')).split("!"), ""));
});
}else{
var temp = _.str.reject(xpath_arch_object[0].child_id[0].att_list, function(list) {
var temp = _.reject(xpath_arch_object[0].child_id[0].att_list, function(list) {
return _.include(list, "position")
});
expr_to_list = [_.flatten(temp)];