You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At step no.6 i could not found specific odoo.conf to add an "addons_path" so i added it in "/opt/odoo/custom/odoo/conf/" init.py
after that i followed step 7 and step 8 it supposed to open OpenSPP interface instead it opened odoo platform is it right??
or do i have to follow any other steps too please help.
The text was updated successfully, but these errors were encountered:
As per instructions given from Documentation v1.1
According to Development setup I followed below steps:
Setup
1)Follow the official Odoo installation guide suitable for your Operating System.Link
2)Inside the Odoo folder, create a new directory named custom.
3)Other Odoo repositories or Odoo modules should be added to the “custom” folder.
4)Navigate to “custom” and git clone all of the following repositories and their corresponding branches:
git clone –branch 15.0 https://github.com/OCA/connector.git
git clone –branch 15.0 https://github.com/OCA/dms.git
git clone –branch 15.0-1.0-develop https://github.com/OpenG2P/openg2p-program.git
git clone –branch 15.0-1.0-develop https://github.com/OpenG2P/openg2p-registry.git
git clone –branch 15.1.1-mono-repo https://github.com/OpenSPP/openspp-registry.git
git clone –branch 15.0 https://github.com/OCA/queue.git
git clone –branch 15.0 https://github.com/OCA/rest-framework.git
git clone –branch 15.0 https://github.com/OCA/server-auth.git
git clone –branch 15.0 https://github.com/OCA/server-backend.git
git clone –branch 15.0 https://github.com/Smile-SA/odoo_addons.git
git clone –branch 15.0 https://github.com/OCA/social.git
git clone –branch 15.0 https://github.com/OCA/web.git
5)`pip install the requirements in requirements.txt in each of the repositories if there is a requirements.txt.
6)Open odoo.conf in a preferred IDE and add in the addons_path the absolute path of the “custom” folder
e.g. addons_path = /Users/username/odoo/addons,/Users/username/odoo/custom
7)Execute python3 odoo-bin -c odoo.conf to run Odoo.
8)Open http://localhost:8069/ in a browser to use OpenSPP.
At step no.6 i could not found specific odoo.conf to add an "addons_path" so i added it in "/opt/odoo/custom/odoo/conf/" init.py
after that i followed step 7 and step 8 it supposed to open OpenSPP interface instead it opened odoo platform is it right??
or do i have to follow any other steps too please help.
The text was updated successfully, but these errors were encountered: