OpenERP 的移动模块
我想为 OpenERP 构建一个移动模块。谁能告诉我如何为 OpenERP 制作移动模块?
I want build a mobile module for OpenERP. Anybody can tell how to make a mobile module for OpenERP?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
看起来其他人也在开发OpenERP 的移动客户端。你问的是这个吗?
It looks like someone else is also working on a mobile client for OpenERP. Is that what you're asking about?
看来OpenERP正在开发移动客户端,将于v6.1发布。检查 https://code.launchpad.net/~openerp-dev/ openerp-web/mobile-client
It seems that OpenERP is working on a mobile client to be released in v6.1. Check https://code.launchpad.net/~openerp-dev/openerp-web/mobile-client
在 OE 6.1 移动客户端嵌入在 Web 本身中,只需在 Web url 末尾添加 //mobile,例如
http://localhost:8069/mobile
,您就可以通过移动设备访问它,但该功能处于测试模式,因此它处于只读模式。任何标准 OD 模块都可以在移动客户端上访问,无需对其进行任何单独的编码。问候
In OE 6.1 Mobile Client is Embedded in web itself just add //mobile at the end of the your web url e.g.
http://localhost:8069/mobile
and you will be access it over mobile device, but feature is in beta mode so it is in read only mode only. And any Standard OD module can be access on mobile client their is no need to have any separate coding for the same.Regards
OpenERP Web Client手机版即将发布,目前正在开发中!
Mobile version of OpenERP Web Client will be released very soon, currently it is under development!