Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个 OpenERP 安装。Web 界面有时过于严格。我们想用 c# 编写自己的桌面应用程序来连接到 openERP 数据库并读取一些数据。为了安全起见,我们最初只是读取一些数据,但随后我们希望能够通过我们自己的应用程序添加产品并做一些其他简单的事情。
OpenERP可以做到这一点吗?谁能指点我一个简单的 C# 应用程序,它可以连接和读取 OpenERP 中的一些记录?
听起来您会想要使用 XMLRPC。 这是链接