Skip to Content
Menu
This question has been flagged
4 Replies
6628 Views

Hi, I have many odoo addons ready to install (it's loaded in the addons folder) but now I want to install them through the Apps interface. Currently if I want to install a module:

1) I search the module name and click on it

2) I click on the Install button

3) I have to wait sometimes few seconds. . .

4) When successful, I will be redirected to the 'Discuss' app with no reason


I have to repeat this step over and over again to install the next module.. This is time consuming.  How to install all of them with a single click? with over 300 addons, I think it might take about 1 hour or more. Any suggestion?

Avatar
Discard

Install multiple modules at a time from the tree view, see : https://www.youtube.com/watch?v=8Y_gnEJPpGE

Best Answer

Hi, its too simple,

just click on the right on search option "List view" and then select the modules you want to install and next click on other options-> install


Avatar
Discard
Best Answer

You can create a module that has dependencies to all the modules you want to install. If you will install this module, all the dependent modules will also be installed.

Avatar
Discard
Best Answer

If you evaluating, you should not install all modules at once. Prefer to go one by one, app by app.

If you are implementing, make a module that depends on major apps; it will load all in 1 click.

Thanks.

Avatar
Discard