addons directory is now outside

Asked by Richard (John) Nopkins@Servosoft

now the code for new version has addons as outside directory, will i copy it into addons?
it deletes base module...
any better way?
i am ubuntu user.

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Jay Vora (Serpent Consulting Services)
Solved:
Last query:
Last reply:
Revision history for this message
Best Jay Vora (Serpent Consulting Services) (jayvora) said :
#1

you can use --addons-path option while running the server.(let the addons directory be outside)

usage:

home/jvo/code/server/bin> ./openerp-server.py --addons-path="home/jvo/code/addons"
or --addons-path=../../addons

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) said :
#2

you can use --addons-path option while running the server.(let the addons directory be outside)

usage:

home/jvo/code/server/bin> ./openerp-server.py --addons-path="home/jvo/code/addons"
or --addons-path=../../addons

Revision history for this message
Richard (John) Nopkins@Servosoft (richard-nopkins) said :
#3

Thanks Jay (Open ERP), that solved my question.

Revision history for this message
Richard (John) Nopkins@Servosoft (richard-nopkins) said :
#4

good .