add search range

This commit is contained in:
ivan deng
2017-09-13 01:48:17 +08:00
parent a07d8a864c
commit c2b52d297d
13 changed files with 824 additions and 0 deletions

View File

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