mirror of https://github.com/OCA/web.git
[FIX] Allow set web_tree_many2one_clickable.default as True
parent
5e4b6bde91
commit
4a960adc51
|
@ -48,7 +48,7 @@ openerp.web_tree_many2one_clickable = function(instance, local)
|
|||
.first()
|
||||
.then(function(param) {
|
||||
if (param) {
|
||||
self.use_many2one_clickable = (param.value == 'true');
|
||||
self.use_many2one_clickable = (param.value.toLowerCase() == 'true');
|
||||
}
|
||||
self.ir_option_clickable_loaded.resolve();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue