Odoo-mobile / crm

Odoo CRM
https://play.google.com/store/apps/details?id=com.odoo.crm
138 stars 120 forks source link

Problem with synchronizing data #54

Open sailing135 opened 9 years ago

sailing135 commented 9 years ago

Hi everybody! When I create a event in calendar then I can synchronizing data with app client, but when I changed a event from today to other date then I can't synchronizing data. please help me. Thanks all !

danielDomatix commented 8 years ago

Hi, I have a problem with synchronize data form Odoo mobile to Odoo however to Odoo from mobile work good. Could somebody help me please?

sailing135 commented 8 years ago

hi daniel, the problem may be due to the time between Odoo and mobile different.

shangx commented 8 years ago

Hello, I am going to try to explain the problem Daniel has with a little more detail.

The framework works well with all the models we implement. We can retrieve data, store it, modify it, and push changes back to the server.

The issue is when we need to relate the models by means of one2many fields. We can still retrieve data and modify it , but can no longer update on the server.

I think its because of the way the framework stores one2many fields as Objects.

I hope that you have a better understanding of what the issue is now.

King regards,

Alex.