Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Anybox Recipe Odoo (v8 to v10)
by
Anybox, Pierre Verkest
Hi Dear OCA contributors,
I'm emailing here to let anybox.recipe.odoo users know that we are
on the way to merge Alessio's branch into the master branch (cf:
PR: https://github.com/anybox/anybox.recipe.odoo/pull/88) regarding
support from odoo 8 to 10.
First I would like to thanks Alessio Gerace, Stephan Rijnhart and
Sylvain Legal for their works on this topic.
So users that use anybox.recipe.odoo for odoo v7 project should
consider to switch on anybox.recipe.openerp.
Those who are using anybox.recipe.odoo on the master branch for
odoo v8 or v9 should test their work-flow against that PR.
Users that use a released anybox.recipe.odoo version may want to test
that PR and give some feedback through github issue or PRs.
As reminder:
To use a released version of anybox.recipe.odoo::
[buildout]
parts = odoo
[odoo]
recipe = anybox.recipe.odoo:server
version = git https://github.com/odoo/odoo.git odoo 8.0
[...]
parts = odoo
[odoo]
recipe = anybox.recipe.odoo:server
version = git https://github.com/odoo/odoo.git odoo 8.0
[...]
To use thos specific PR version of the recipe your buildout config file should looks like::
[buildout]
parts = odoo
versions = versions
extensions = gp.vcsdevelop
vcs-extend-develop =
git+https://github.com/archetipo/anybox.recipe.odoo@fix_for_odoo10#egg=anybox.recipe.odoo
vcs-update = True
[odoo]
recipe = anybox.recipe.odoo:server
version = git https://github.com/odoo/odoo.git odoo 8.0
parts = odoo
versions = versions
extensions = gp.vcsdevelop
vcs-extend-develop =
git+https://github.com/archetipo/anybox.recipe.odoo@fix_for_odoo10#egg=anybox.recipe.odoo
vcs-update = True
[odoo]
recipe = anybox.recipe.odoo:server
version = git https://github.com/odoo/odoo.git odoo 8.0
[...]
While using ARO on version 7 or older may use::
[buildout]
parts = openerp
[openerp]
recipe = anybox.recipe.openerp:server
version = git https://github.com/odoo/odoo.git openerp 7.0
[...]
parts = openerp
[openerp]
recipe = anybox.recipe.openerp:server
version = git https://github.com/odoo/odoo.git openerp 7.0
[...]
--
Follow-Ups
-
Re: Anybox Recipe Odoo (v8 to v10)
byGroupement Régional Alimentaire de Proximité, Sylvain LE GAL -
Re: Anybox Recipe Odoo (v8 to v10)
by "robert@redo2oo.ch" <robert@redo2oo.ch> - 18/04/2017 17:07:36 - 0