diff --git a/app_ui_enhance/__openerp__.py b/app_ui_enhance/__openerp__.py index 7f1ac25b..f1abe46d 100644 --- a/app_ui_enhance/__openerp__.py +++ b/app_ui_enhance/__openerp__.py @@ -53,7 +53,6 @@ eg. 'data': [ 'views/app_ui_config_settings_view.xml', 'views/template_view.xml', - 'views/web_list_bg_color_view.xml', # data 'data/ir_config_parameter.xml', ], diff --git a/app_ui_enhance/static/description/index.html b/app_ui_enhance/static/description/index.html index 3653b5df..a78a471d 100644 --- a/app_ui_enhance/static/description/index.html +++ b/app_ui_enhance/static/description/index.html @@ -70,7 +70,7 @@
This module changes the line color of records based on condition like state of a record and helps distinguish between different sets of records based on condition.
-
+
Set Backgroud color to filed in list view based on condition same as colors and style attributes of tree view.