跳至內容
選單
此問題已被標幟
5 回覆
2547 瀏覽次數

1) We add Custom Field to model manually from "Settings ->  Technical" menu in Odoo, but i want to add multiple fields to particular model (Like Contacts) using some API or Script call using c# or asp.net.

2) Can have any Odoo Api and call by c# for adding new field(Column) to model in Odoo.

頭像
捨棄

Hello, Try calling create method of ir.models.fields with all required fields using xmlrpc or json_rpc.

check this link https://www.odoo.com/documentation/11.0/webservices/odoo.html

作者

I know very well for that but what "XmlRpcUrl" need to pass ?

Ex:

[XmlRpcUrl("https://air-flow-master-staging-88906.dev.odoo.com")]

public interface IOpenErpLogin : IXmlRpcProxy

{

[XmlRpcMethod("login")]

int login(string dbName, string dbUser, string dbPwd);

}

作者

And also how to find out my server name and port in odoo.sh ?

作者 最佳答案

Please see my link all things for Odoo from c#:


https://stackoverflow.com/questions/51404705/how-to-connect-or-login-with-odoo-using-c-sharp-code
頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
2月 19
4839
5
2月 16
7940
1
9月 23
3102
1
3月 21
5660
0
7月 25
139