what's the correct way to install an addon?
i've tried to install dms (DocumentManagementSystem ) on odoo v14 community version.
The addon can not be accessed after installation and I get internal server error, unless I remove the addon.
I got redirected from github to this forum.
https://github.com/OCA/dms/pull/66
how i installed it:
uploading the content of the dms folder to the odoo/odoo/addon/dms folder
chown -R odoo:odoo for addon/dms
-rw-rw-r-- 1 odoo odoo 5989 Jun 29 06:52 README.rst
-rw-rw-r-- 1 odoo odoo 47 Jun 29 06:52 init.py
-rw-rw-r-- 1 odoo odoo 1397 Jun 29 06:52 manifest.py
drwxrwxr-x 2 odoo odoo 4096 Jun 29 06:52 actions
drwxrwxr-x 2 odoo odoo 4096 Jun 29 06:52 controllers
drwxrwxr-x 3 odoo odoo 4096 Jun 29 06:52 demo
drwxrwxr-x 2 odoo odoo 4096 Jun 29 06:52 i18n
drwxrwxr-x 4 odoo odoo 4096 Jun 29 06:52 migrations
drwxrwxr-x 2 odoo odoo 4096 Jun 29 06:52 models
drwxrwxr-x 2 odoo odoo 4096 Jun 29 06:52 readme
drwxrwxr-x 2 odoo odoo 4096 Jun 29 06:52 security
drwxrwxr-x 5 odoo odoo 4096 Jun 29 06:52 static
drwxrwxr-x 2 odoo odoo 4096 Jun 29 06:52 template
drwxrwxr-x 3 odoo odoo 4096 Jun 29 06:52 tests
drwxrwxr-x 2 odoo odoo 4096 Jun 29 06:52 tools
drwxrwxr-x 2 odoo odoo 4096 Jun 29 06:52 views
in odoo -> apps and clicked on install
what am I missing, so I can get that version up and running?
Once you get the internal server error, you have to check the odoo log, in order to understand the problem, might be some packages missing, anyway have a look at your log file and confirm
thanks for the hint, I will have a look into the logs.