Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation documentation #133

Open
tibahtech opened this issue Jul 10, 2022 · 4 comments
Open

Installation documentation #133

tibahtech opened this issue Jul 10, 2022 · 4 comments

Comments

@tibahtech
Copy link

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
Copy link

killday commented Jul 11, 2022

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
Copy link
Author

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
Copy link

killday commented Jul 12, 2022

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants