[IMP] web_responsive: Add search feature (#838)

* Add feature to search menus in the app drawer
* Switch model to RPC
This commit is contained in:
Dave Lasley
2017-12-14 17:07:30 -08:00
committed by Sergey Shebanin
parent e7d34b9f6b
commit c00a602e09
12 changed files with 1208 additions and 97 deletions

View File

@@ -6,7 +6,7 @@
"name": "Web Responsive",
"summary": "It provides a mobile compliant interface for Odoo Community "
"web",
"version": "11.0.1.0.2",
"version": "11.0.2.0.0",
"category": "Website",
"website": "https://laslabs.com/",
"author": "LasLabs, Tecnativa, Alexandre Díaz, "
@@ -22,6 +22,7 @@
'views/inherited_view_users_form_simple_modif.xml',
],
'qweb': [
'static/src/xml/app_drawer_menu_search.xml',
'static/src/xml/form_view.xml',
'static/src/xml/navbar.xml',
],