Hi guys,
One of my client have created some custom fields from "odoo studio" and they already filled some data there and now we want to use those fields into our custom module.
So can i directly overwrite those fields with same name ?
x_studio_XXX = fields.Selection(...
Is this a good solution ?