mirror of https://github.com/OCA/web.git
commit
13c6e8f016
|
@ -96,6 +96,7 @@ odoo.define('web_tree_dynamic_colored_field', function (require) {
|
|||
expression = pair[1];
|
||||
if (py.evaluate(expression, ctx).toJSON()) {
|
||||
$td.css(cssAttribute, color);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue