4

I want to sync contacts from OpenERP server. I have followed all the links. My account is also added but my contacts are not added under my account.

Group is also created of my account but there are no contacts in that account.

I have followed all this links but nothing is working.

contacts sync with my own application like skype or whatsapp

Android contact programmed sync

Community
  • 1
  • 1
SweetWisher ツ
  • 7,296
  • 2
  • 30
  • 74

1 Answers1

0

There are already official app for that

OpenERP Mobile

or you can develop your own.

OpenERP Mobile Framework Doc

Thanks

Parth Gajjar
  • 1,334
  • 3
  • 12
  • 35
  • But if you are developer then you can develop your own app. on that documentation they also given example App for CRM Lead :) – Parth Gajjar May 02 '14 at 11:53
  • So may be you can start developing app with that framework :P because it has lot's of advantage Like you does not need to develop login, menus, sync service etc it is exactly like openerp WEB framework. it has ORM so you does need to write query. And it also supports openerp methods like (create,read, write, unlike etc.) and they already gave source code – Parth Gajjar May 02 '14 at 12:19
  • let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/51886/discussion-between-sweetwisher--and-parth-gajjar) – SweetWisher ツ May 02 '14 at 12:24
  • I knw its bit late to ask...but anyone can tell the steps to create a custom module in Android. I have module named Students, what should I do first..?? – shine_joseph Dec 20 '15 at 17:30
  • @ParthGajjar Is there any way to create new model without declare all the fields in Model class, bcz i am working on large scale of fields like order, order line etc. – Naitik Apr 30 '19 at 05:31