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

We are using Odoo V14 and we don't have studio app. We simply want to add a new text field on the product form to store some information. 


If we use the Setting-->Technical-->Model/Fields and add here. And change the form view of the product adding the fields. 


When upgrade, will the added field be lost? Is there any other drawback if adding direct in Model/Fields?

Avatar
Discard
Best Answer

Hi,

If you add the new fields to existing view, without inheriting it, you will loose the field from the view on upgrading it, then you might have to re add it to the view again. Instead of adding to original view, simply just create a view record that inherit the original view and add the field. This is a good approach where you will not loose the field from view on upgrading.

See this: Adding Custom Field From User Interface In Odoo

Thanks

Avatar
Discard
Related Posts Replies Views Activity
1
Jul 25
2504
2
Jul 25
7942
2
Jul 25
4382
2
Jul 25
4091
2
Jun 25
2690