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
回复
2269
查看
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 :)