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

I want to get my message,using xmlrpc!!

-------------------------------------------------------------------------------------------------------

sock_common = xmlrpclib.ServerProxy ('http://localhost:8069/xmlrpc/common')

uid = sock_common.login(dbname, username, pwd)

sock = xmlrpclib.ServerProxy('http://localhost:8069/xmlrpc/object')

 ……………………????

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

Which message?

My news 


in sql mail.message

أفضل إجابة

Here you could get all the info you need

https://www.odoo.com/documentation/8.0/api_integration.html#read-records

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