[ADD] web_responsive: Create new module

* Create App Drawer for primary menu
* Move secondary menu to top bar
* Add keyboard shortcuts for primary menu navigation
* Make web client slightly more mobile compatible (no widgets)
This commit is contained in:
Dave Lasley
2016-08-04 19:29:01 -07:00
parent b394ba3c91
commit de00943ec6
16 changed files with 3962 additions and 0 deletions

16
web_app_drawer/tests/test_ui.py Executable file
View File

@@ -0,0 +1,16 @@
# -*- coding: utf-8 -*-
# Copyright 2016 LasLabs Inc.
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
from openerp.tests import HttpCase
class TestUi(HttpCase):
def test_ui_web(self):
"""Test backend tests."""
self.phantom_js(
"/web/tests?module=web_app_drawer",
"",
login="admin",
)