This question has been flagged
2 Replies
9309 Views

I have a corrupt app in OpenERP and I'd like to reinstall it through the command line, is that possible ?

edit : I'm running OpenERP 7 on Centos 6.4

Avatar
Discard
Best Answer

Hi,

restart your server with -u :

openerp-server -u name_app
Avatar
Discard
Best Answer

Hi, Michael

You can reinstall your module by command line like this :

-Go to your server path in command prompt

-Restart your server with following command for 7.0

python open-server --addons-path=your_addons_path -d database_name -u app_name

There are some useful commands you will need sometime

Commands

Thanks

Avatar
Discard