I have created a new odoo 14 server, and have followed the manual, but when i start the server it only loads 8 modules
i run the following commando to start the server, where i also use some custom addons
/opt/odoo# python3 odoo-bin --addons-path=addons,/opt/addons -d mydb
Do you get errors? At startup, modules are not installed you have to go to the Apps menu and install the needed modules.
You need to add the correct path for addons folder in addons-path parameter
Hej Waleed, the --addons-path=addons is the default path, and where all the community modules are, i havent changed that.
When im running the same command but --addons-path=addons only it still only load 7 modules
For those reading or trying to help
I just need to add a module from the website and then more installed them self, plus another problem solved itself where settings wasnt fully setup