Skip to Content
Menu
This question has been flagged
1 Reply
2156 Views

Hi all developers, I would like to ask that when need to add new field, I need to delete database and create new database coz It make error like : Coloum new_field not exist. So how can I avoid deleting old database ?

Avatar
Discard
Best Answer

For adding new field there is no need to delete and create new database. If you get error message like, new_field does not exist, make sure that the field is added in the corresponding model and service is restarted after adding the field in module.

Also you can check this:  How to Fix Field Does Not Exist Error Odoo

Thanks

Avatar
Discard
Author

Hi Odoo Mates, Thank u so much , it works :)