Odoo-mobile / framework

Odoo Mobile Framework
https://play.google.com/store/apps/dev?id=8607973775002477408
Other
327 stars 374 forks source link

Update of data problems with auto synch #340

Open Martin78 opened 6 years ago

Martin78 commented 6 years ago

In advance, I am very enthusiastically from the Odoo Android framework!

If records are changed on the Android device or in Odoo, they will not be updated during synchronization. I am using Odoo 10 on a server instance. A closer look in syncData () shows me the seemingly all ids of List <Integer> serverIds = model.getServerIds (); excluded from the server query. Why is that? If i take this away, is synced correctly.