mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] Allow set web_tree_many2one_clickable.default as True
This commit is contained in:
committed by
Carlos Roca
parent
86c86f1745
commit
e9b56a55a4
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user