Merge PR #2443 into 12.0

Signed-off-by legalsylvain
This commit is contained in:
OCA-git-bot
2023-11-24 10:53:33 +00:00

View File

@@ -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;
}
}
}