Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Anybox Recipe Odoo (v8 to v10)

by
Groupement Régional Alimentaire de Proximité, Sylvain LE GAL
- 20/04/2017 10:38:53
Hi Pierre,
thanks a lot for this work !

I use OpenERP 7 on production, having installed receipe via debian package. (deb http://apt.anybox.fr/openerp common main) Do I have to change something ?

regards.

Sylvain LE GAL - Twitter
GRAP - Service informatique (Groupement Régional Alimentaire de Proximité)
Site Web | FramaSphere | Facebook
3 Grande rue des Feuillants, 69001 Lyon
Bureau : (+33) 09.72.32.33.17 - Astreinte : (+33) 06.81.85.61.43
Member of the OCA (Odoo Community Association)

2017-04-18 16:52 GMT+02:00 Pierre Verkest <pverkest@anybox.fr>:
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:
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
[...]

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
[...]

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
[...]

--
Anybox
Pierre Verkest
Github: petrus-v - Twitter: petrusv84

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe


Reference