Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
2222 Zobrazení

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')

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

Avatar
Zrušit

Which message?

My news 


in sql mail.message

Nejlepší odpověď

Here you could get all the info you need

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

Avatar
Zrušit