简体   繁体   中英

How to uninstall / update a module from command line odoo 11

How can i uninstall / update a module from command line in odoo 11 ? i'm using ubuntu 16.04 .

To update module navigate to odoo folder which contains odoo-bin file then run command

./odoo-bin -u your_module -c /etc/your-odoo.conf

To update all module you can use

./odoo-bin -u all -c /etc/your-odoo.conf

you can also select which database by including -d database_name before -u in command

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM