2
votes

I want build a mobile module for OpenERP. Anybody can tell how to make a mobile module for OpenERP?

4
Do you mean you want to modify the web interface for mobile devices? More details will get you a better answer.Don Kirkby
I mean i want to build a module which export xml data?asedra_le
Sorry, I didn't notice your reply. If you include @Don in your comment, then it will notify me. I don't understand what exporting XML data has to do with the word mobile. Are you talking about building something that will run on a smart phone, or something else?Don Kirkby
@Don Kirkby : I want to create an OpenERP mobile client.asedra_le

4 Answers

2
votes

It looks like someone else is also working on a mobile client for OpenERP. Is that what you're asking about?

0
votes

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

0
votes

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

0
votes

Mobile version of OpenERP Web Client will be released very soon, currently it is under development!