I create an dir named "my_modules" which I want to save my own modules;
and now I want to add this dir into "addons_path" for all databases;
I do as below:
odoo.py --save --config myodoo.cfg --stop-after-init (then edit myodoo.cfg and edit it: addons_path = ~/odoo-dev/my_modules,~/odoo-dev/odoo/openerp/addons,~/odoo-dev/odoo/addons)
then : ~/odoo-dev/odoo/odoo.py -c ~/odoo-dev/myodoo.cfg --stop-after-init -u base
after that I run :~/odoo-dev/odoo/odoo.py , I find I still can;t add my own dir.
How shall I do that?