Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2267 Widoki

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 ?

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor

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