DEV Community

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

Posted on

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)