تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
5 الردود
9789 أدوات العرض

Hi everyone, 

I am new here and working on the task which I am adding customer data to Odoo res.partner model through python using API. 

My question is: Is there any ways or tip that I can use to get the last update date, max_id or something like this? 

My data will be continuously added and I do not want duplicate records. So, I want to have one parameter which I can use to get the last added customer and start to create/update customers from that time on.

So if the same customer is existing: update the data

If not: create a new one


الصورة الرمزية
إهمال

Odoo have create_date, write_date

create_date --> while create the record the date time will update

write_date --> While any change happened it will update that date time

Are you using xmlrpc call or Rest API?

الكاتب

@subbarao I am using external API

الكاتب أفضل إجابة

@shalin wilson what is the difference between last_updated and write_date?

الصورة الرمزية
إهمال
أفضل إجابة

__last_update field is there in res.partner and its automatically  updates 
is it enough for you to check the DateTime??

الصورة الرمزية
إهمال
أفضل إجابة

If Odoo create record with external API with success, returns its ID. See External API documentation.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
أكتوبر 20
4002
3
يوليو 23
2460
1
نوفمبر 20
10597
2
يونيو 18
3689
0
مايو 15
3850