Closed yajo closed 8 years ago
Is this something that also happens in Odoo core? If so, I think this installation method is not supported and you should put the issue in Odoo, not here.
@Yajo I confirm this is not OCB specific. I suggest closing this one.
Hm. Actually, you have a point @Yajo.
The Odoo nightly zip archives are packaged by moving all addons into openerp/addons. Therefore setup.py, which deploys only the content of openerp also deploys all official addons that have been moved into it.
The OCB archives are a raw archive from the git content and thus setup.py does not work with that directory structure.
@Yajo here is the explanation why it is so: https://github.com/odoo/odoo/pull/441#issuecomment-54493165
So I guess the problem is the design decision of having 2 separate folders for core addons. Not very useful after all. Given OCB has no rpm/deb packages, what is the recommended installation process then?
@yajo sorry that there was no further response to your question. I'd say that there are several ways to install OCB from source, most of which are varieties of installing Odoo's python requirements with either pip, system packages or buildout and then run openerp-server or odoo.py in that environment with or without a customized configuration file.
I am closing this issue again as it is not OCB specific.
Installing OCB with pip does not install all the addons (specifically those in the
/addons
folder).As you see, only addons from
/openerp/addons
folder are installed.