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

查看:24
本文介绍了从 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 Service 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天全站免登陆