从Odoo 8 API中的方法获取值 [英] Get values from method in Odoo 8 API

查看:165
本文介绍了从Odoo 8 API中的方法获取值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试与Odoo 8 API进行交互并获取字段列表.该方法由ripcord XMLRPC库调用,这是句子:

I'm trying to interact with Odoo 8 API and get a list of fields. The method is called by ripcord XMLRPC library and this is the sentence:

$models = ripcord::client($url.'/xmlrpc/2/object');
        $models->execute_kw($dbname, $username, $password,'res.partner', 'fields_get', array(), array('attributes' => array('string', 'help', 'type')));

但是我不知道如何获取响应值...

But I don't know how to get the response values...

推荐答案

我发现了一些与 ODOO Web服务API (使用不同的语言) 像Python,PHP,Ruby和Java一样,

I have found the Some of the useful document which is related with the ODOO Web Service API in different languages Like Python,PHP, Ruby And Java ,

请单击下面的链接,这将对您的解决方案有所帮助.

Please Click On Below Link Which is helpful for your solution.

ODOO Web服务API参考

我希望这对您有帮助..:)

I hope this should helpful for you ..:)

这篇关于从Odoo 8 API中的方法获取值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆