Skip to Content
Menu
This question has been flagged
1 Reply
2673 Views

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 )


Avatar
Discard
Author

How to handle this situation using c# code ?

Best Answer

Hi,
if you have successfully added the field to model and if you are looking to display it in the form, Either you have to add the field to the view from the user interface or by the code.


For doing it from the code have a look at this: https://www.odoo.com/forum/help-1/question/adding-new-fields-to-an-inherited-form-view-product-95504

Thanks

Avatar
Discard
Author

Have you any idea about implement in c# ?

Thanks

Related Posts Replies Views Activity
1
Nov 22
2482
2
Apr 24
360
0
Sep 23
734
2
Aug 24
7034
0
Jul 23
825