响应式Web客户端,社区支持

odoo12-addon-web-responsive的Python项目详细描述


BetaLicense: LGPL-3OCA/webTranslate me on WeblateTry me on Runbot

此模块向Web后端添加响应。

所有设备的功能:

  • 带有应用程序抽屉的新导航

    https://user-images.githubusercontent.com/973709/48417193-09a1e080-e74a-11e8-8a0c-e73eb689b2fb.gif
  • 从应用程序抽屉中快速搜索菜单

    https://user-images.githubusercontent.com/973709/48417213-17576600-e74a-11e8-846a-57691e82636b.gif

手机功能:

  • 当从 “汉堡包”菜单

    https://user-images.githubusercontent.com/973709/48417297-51286c80-e74a-11e8-9a47-22c810b18c43.gif
  • 视图类型选取器下拉列表显示得很方便

    https://user-images.githubusercontent.com/973709/50964322-e3d55580-14c6-11e9-8249-48db9539600f.gif
  • 顶部应用程序栏始终可见,但控制面板在 向下滚动,以节省一些可变的垂直空间

    https://user-images.githubusercontent.com/973709/50964496-5cd4ad00-14c7-11e9-9261-fd223a329d02.gif
  • 窗体状态栏操作和状态按钮在下拉列表中折叠。 其他控制面板按钮使用图标来节省空间。

    https://user-images.githubusercontent.com/973709/50965446-e08f9900-14c9-11e9-92d6-dda472cb6557.gif
  • 面包屑导航用“后退箭头”按钮折叠。

    https://user-images.githubusercontent.com/973709/50965168-1d0ec500-14c9-11e9-82a0-dfee82ed0861.gif

计算机的功能:

  • 键盘快捷键便于导航,使用``alt+shift+[key]`` 组合而不仅仅是Alt + [key]。 请参阅https://github.com/odoo/odoo/issues/30068以了解原因。

    https://user-images.githubusercontent.com/973709/48417578-ff341680-e74a-11e8-8881-017709e912bc.png
  • 打开抽屉时自动聚焦搜索菜单框

    https://user-images.githubusercontent.com/973709/48417213-17576600-e74a-11e8-846a-57691e82636b.gif
  • 在屏幕一侧设置Chatter,每个用户都可以选择

    https://user-images.githubusercontent.com/973709/48417270-41108d00-e74a-11e8-9172-cba825d027ed.gif
  • 全宽度表单

    https://user-images.githubusercontent.com/973709/48417428-ac5a5f00-e74a-11e8-8839-5bc538c54c1d.png
  • 粘滞的Chatter顶部栏

    https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/chatter_topbar.gif
  • appmenu等待操作完成以显示视图

    https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/appmenu.gif
  • 列表视图中的粘性页眉和页脚

    https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/listview.gif
  • 窗体视图中的粘性状态栏

    https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/formview.gif
  • 手机上会显示关注者和发送按钮。阿凡达是隐藏的。

    https://raw.githubusercontent.com/OCA/web/12.0/web_responsive/static/img/chatter.gif

目录

Usage

实现了以下键盘快捷键:

  • 切换应用程序抽屉-Alt + Shift + H
  • 导航应用程序搜索结果-箭头键
  • 选择应用程序结果-Enter
  • Esc关闭应用程序抽屉

Known issues / Roadmap

  • 要查看设备中的完整体验,页面必须加载 设备屏幕大小。这意味着,如果你改变浏览器的大小, 你应该重新加载web客户端以获得完整的体验 新尺寸。这是奥多自己的限制。
  • 带键盘的应用程序导航。
  • 让它更漂亮。也许是奥卡品牌?

Bug Tracker

漏洞在GitHub Issues上跟踪。 如果出现问题,请检查是否已报告您的问题。 如果你先发现了它,请提供详细的 feedback

不要就技术问题直接与贡献者联系。

Credits

Authors

  • 激光实验室
  • 技术
  • 亚历山大迪亚兹

Contributors

Maintainers

此模块由OCA维护。

Odoo Community Association

oca,或odoo社区协会,是一个非营利性组织 任务是支持odoo特性和 促进其广泛应用。

此模块是github上OCA/web项目的一部分。

欢迎您的贡献。要了解如何访问https://odoo-community.org/page/Contribute

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Java 2D数组,查找包含元素   包含EBCDIC值的java打印字节数组未给出预期值   java应用程序重新启动,由于AndroidRuntime异常而无法运行   java在spring中对拦截器的使用   java ActiveMQ,代理接收要发送的消息的时间戳   JAVA:如何从需要启用Cookie的站点下载HTML文件?   邮件发送期间发生java证书错误   Java错误:类事务中的构造函数事务无法应用于给定类型   方法的Java对象空检查   Java如何在多个源文件夹之间使用全局变量?   二进制字符串到整数转换器中的java错误   java在关闭页面后保存数据   c#使用java客户端使用WCF restful Web服务?   java在从vimeo api获取后更改iframe src   API低于17的java Android AlertDialog setOnDismissListener   java如何将文本从对象的ArrayList设置为TextView?   java OpenCV Android imwrite给我一个蓝色图像   java能够在RecyclerView中同时单击两个项目   java将字节数组写入文件的快速方法