콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
2323 화면

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

아바타
취소