Hello,
I am currently facing an issue while attempting to migrate my database, I encountered the following error:
ValueError: Invalid field 'custom_field_name' on model 'model_name'
This error seems to be related to several custom fields, particularly One2many and Many2many fields that I have added in custom modules and it appears in several models. I have thoroughly verified the database, and the data exists. Additionally, there are no issues with the views.
Your help would be truly appreciated!