Skip to Content
Menu
This question has been flagged
1 Reply
2179 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
Nov 24
1482
1
Nov 24
1187
2
Sep 24
1046
1
Aug 24
2450
3
Aug 24
2682