diff --git a/app_ui_enhance/__openerp__.py b/app_ui_enhance/__openerp__.py
index f1abe46d..db397959 100644
--- a/app_ui_enhance/__openerp__.py
+++ b/app_ui_enhance/__openerp__.py
@@ -22,7 +22,7 @@
'website': 'http://www.sunpop.cn',
'license': 'AGPL-3',
'sequence': 2,
- 'summary': 'UI Enhance for Odoo',
+ 'summary': 'UI Enhance for Odoo. 1.Search by date or number range in List view and Pivot view. 2.Instructions for Activating List background color property',
'description': """
1.Search by date or number range in List view and Pivot view
diff --git a/search_by_range/__init__.py b/search_by_range/__init__.py
new file mode 100644
index 00000000..222a04dd
--- /dev/null
+++ b/search_by_range/__init__.py
@@ -0,0 +1,19 @@
+# -*- coding: utf-8 -*-
+#/#############################################################################
+#
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see .
+#
+#/#############################################################################
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
diff --git a/search_by_range/__openerp__.py b/search_by_range/__openerp__.py
new file mode 100644
index 00000000..b570ff9f
--- /dev/null
+++ b/search_by_range/__openerp__.py
@@ -0,0 +1,31 @@
+# -*- coding: utf-8 -*-
+{
+ 'name': 'App Search By Date or Number Range',
+ 'version': '10.0.1.0',
+ 'author': 'odooapp.cn',
+ 'category': 'web',
+ 'website': 'http://www.sunpop.cn',
+ 'sequence': 2,
+ 'summary': 'Search by date or number range in List view and Pivot view',
+ 'description': """
+
+Search by date or number range in List view and Pivot view
+--------------------------------------------------
+
+ """,
+ 'depends': ['web'],
+ 'data': [
+ 'views/template_view.xml',
+ ],
+ 'qweb': [
+ 'static/src/xml/*.xml',
+ ],
+ "price": 0.00,
+ "currency": "EUR",
+
+ 'images': ['static/description/list_pivot.png'],
+
+ 'installable': True,
+ 'auto_install': False,
+ 'application': False,
+}
diff --git a/search_by_range/static/description/date_range.png b/search_by_range/static/description/date_range.png
new file mode 100644
index 00000000..4ad83676
Binary files /dev/null and b/search_by_range/static/description/date_range.png differ
diff --git a/search_by_range/static/description/icon.png b/search_by_range/static/description/icon.png
new file mode 100644
index 00000000..2d1103b7
Binary files /dev/null and b/search_by_range/static/description/icon.png differ
diff --git a/search_by_range/static/description/index.html b/search_by_range/static/description/index.html
new file mode 100644
index 00000000..dae90dd5
--- /dev/null
+++ b/search_by_range/static/description/index.html
@@ -0,0 +1,20 @@
+
+