跳至内容
菜单
此问题已终结
3 回复
2221 查看

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

形象
丢弃