anybox / anybox.recipe.odoo

Buildout recipe for Odoo >=8. For older versions please use anybox.recipe.openerp
http://docs.anybox.fr/anybox.recipe.odoo/current/
GNU Affero General Public License v3.0
25 stars 63 forks source link

[FIX] Pinning of git merges #122

Closed StefanRijnhart closed 3 years ago

StefanRijnhart commented 5 years ago

This change allows the buildout recipe to support merges like git https://github.com/MyTeam/odoo parts/odoo 01234567890abcdef branch=my_branch

By checking the git reference against the correct repo, the remote revision will be imported correctly in the local repo. It can then be merged (not pulled) into the local branch.