From 82baea8d0b99bf530c8139f42428fe2032be8d02 Mon Sep 17 00:00:00 2001 From: "Adrien Peiffer (ACSONE)" Date: Wed, 6 Apr 2016 15:33:33 +0200 Subject: [PATCH] [FIX][web_option_auto_color] Compatibility with MS Edge. --- web_option_auto_color/static/src/xml/templates.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_option_auto_color/static/src/xml/templates.xml b/web_option_auto_color/static/src/xml/templates.xml index 0ea16cf6..19b207ad 100644 --- a/web_option_auto_color/static/src/xml/templates.xml +++ b/web_option_auto_color/static/src/xml/templates.xml @@ -1,8 +1,8 @@ - - this.attr('t-att-style', "column.autocolor == '1' and view.auto_color_cell_style(render_cell(record, column), column)") + + column.autocolor == '1' and view.auto_color_cell_style(render_cell(record, column), column)