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

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?

Avatar
Discard
Best Answer

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

Avatar
Discard