Merge PR #2443 into 12.0

Signed-off-by legalsylvain
pull/2742/head
OCA-git-bot 2023-11-24 10:53:33 +00:00
commit 13c6e8f016
1 changed files with 1 additions and 0 deletions

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