Skip to Content
Menu
This question has been flagged
2 Replies
1149 Views

Hi there,

I have created 3 new fields in the Contact module and I would like to add the 3 new fields under the "My Account" area under the page of xxxxx.odoo.com/my/account.


I successfully add the 3 fields in account page and can see the values associated with the new fields, however, when I try to update the page via the online webpage, it shows the following error message:

Unknown fields 'x_studio_field1, x_studio_field2,x_studio_field3'

I use Odoo v17 online version with Studio. How can I fix this pls?

Many Thanks


Avatar
Discard
Best Answer

By default custom fields are blacklisted which means they are not available via the web.


Modify this by unchecking the following box on the Field when you find it in the Fields Menu:



Avatar
Discard
Author

Hi Ray, i have done that and have managed to add the three fields in the "My account" page (ie xxxxx.odoo.com/my/account). They error message shows when i make some changes and try to save it.

Sorry, I don't have other ideas about what may be wrong then. Perhaps others reading will.

Best Answer

Not 100% sure about this one but I think it needs to be done with developments, by inheriting _get_optional_fields

Avatar
Discard