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 ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
2314
瀏覽次數
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
Hi Odoo Mates, Thank u so much , it works :)