Modules Install

Good Day
is there a way to install all Trytond modules in one go?
i have installed trytond, client as well as Postgres SQL Server.
Instead of having to install one module at a time, can i install them all in one hit

Thanks

1 Like

Yes, you can open the client and go to the “Administration/modules/modules” menú, after that you have to filter by the ones which are deactivated and select them all and execute the action “Mark for activation” and finally execute the action “Perform pending Activation/Upgrade”.
I hope it helps you.

1 Like

I think @Achal is talking about installing not activating.
You can fetch the list of available modules for each series at https://downloads.tryton.org/5.4/modules.txt
Then you can use a simple loop to install all of them with pip, see tryton-docker: 4fafa1778bb1 5.4/Dockerfile

1 Like

Thanks
That helped a lot

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.