DEV Community

Cover image for Install multiple modules in Odoo using command line
Jeevachaithanyan Sivanandan
Jeevachaithanyan Sivanandan

Posted on

1

Install multiple modules in Odoo using command line

How to install multiple odoo modules/apps using command line interface.

.\.venv\Scripts\python.exe .\odoo\odoo-bin -i website_sale,base_geolocalize,crm,hr_holidays,hr,helpdesk -c .\odoo\odoo.conf  -d <database_name> 

Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay