Hi
I have login to Odoo database and add some custom fields using c#, Please have a look
https://stackoverflow.com/questions/51404705/how-to-connect-or-login-with-odoo-using-c-sharp-code
After adding field successfully to model i want to add in a view so we can see this fields in a form (like res.partner )
How to handle this situation using c# code ?