跳至内容
菜单
此问题已终结
1 回复
6195 查看

I installed Openerp in eclipse for debuging purpose using source code from github, it was fine for few days but when i try to creat new data base I'm getting this error, my database name is "demo_db"

WARNING demo_db openerp.addons.base.ir.ir_cron: Skipping database demo_db as its base version is not 7.0.1.3.

how can I update?

形象
丢弃
最佳答案

Run "openerp -d demo_db -u all" to update all modules in the database.

形象
丢弃