Hello,
I have a question regarding custom fields in Odoo:
- I initially created some custom fields using Odoo Studio, and these fields already contain data.
- A developer advised me that it’s better to create a custom module for new fields, so that the environment is consistent across all my Odoo instances.
- I don’t want to delete the Studio-created fields since they already hold values. Instead, I have recreated the same fields in a custom module.
Is there a risk of conflict when deploying the custom module, given that the fields already exist in the database from Studio?
Additionally, when deploying the fields through the module, I am seeing this warning:
WARNING server Field sale.order.line.x_custom_field: unknown parameter 'tracking', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
- What does this warning mean, and how should I resolve it when moving fields from Studio to a custom module?
Any guidance or best practices for safely migrating Studio fields to a custom module would be greatly appreciated!
Thank you
Thanks for your confirmation !