it-projects-llc / saas-addons

Odoo modules for SaaS Businesses. Sale and manage Odoo databases.
https://saas.it-projects.info
147 stars 173 forks source link

Installation documentation #133

Open tibahtech opened 2 years ago

tibahtech commented 2 years ago

Hi there, Thank you for doing a great job. I am trying to install saas-adons through uploading the folder to odoo addons path, and I add the path to the addon_path key in odoo.conf, restart the services, and update app list, however I failed !

could you please mention any documentation source for installing saas-addons v15 ? By the way, Should I modify mainfest files for each module to be ( "installable": True, "application": True,) and maybe modify the category ? Should I do any changes in my system, run commands ..etc ?

FYI, I am running odoo v15 CE on debian.

Thanks In Advance

killday commented 2 years ago

Can you share your addons path, you need to add the addons to the main custom addons folder and not as a subfolder in it. For example: odoo15/custom_addons/ - all saas addons here and not: odoo15/custom_addons/saas_addons/ - all saas addons here

Hope that help

tibahtech commented 2 years ago

thanks for your reply, I keep them in subfolder, and add the subfolder path to odoo.conf addon-path key. however I move them back to addons root folder /bitnami/odoo/addons but still can not see them in apps.

I just check some apps manifest file, I find "category": "SaaS", or "Hidden" ..etc I think those categories are not applicable in app menu in odoo , in order to test the theory I change one of them to Administration, and finally I see the module in apps list.

Here are 3 questions: 1- should we modify all manifest files ? 2- what are the apps should be installed after updating app list ? 3- I wonder if I modify the manifest the apps will appears in clients database

Thank you again bro

killday commented 2 years ago

Your custom addons folder should be something like this /bitnami/odoo/custom_addons After that just remove the apps filter in the search box and search for saas

Here are 3 questions: 1- should we modify all manifest files ? - you are not suppose to edit any manifest files. 2- what are the apps should be installed after updating app list? - all saas apps + their dependencies (except demo and test that's optional) 3- I wonder if I modify the manifest the apps will appears in the clients database - see answer one

tibahtech commented 2 years ago

Hi dear, Thank you for your reply, I give it a try, but failed again, I am about to use another server with clean odoo install. please keep this issue opened, I will give a feedback and mention the issue and solution for the community . thank you again