This commit is contained in:
Martin Trigaux 2014-05-26 12:22:59 +02:00
parent 34c490e40f
commit 41c4090d20
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@ A pull request is closed when it will not be merged into odoo. This will typical
What is this odoo-dev repository? Should I use it?
--------------------------------------------------
The `odoo-dev/odoo` repository is an internal repository used by the R&D of Odoo to keep the main repository clean. If you come from Launchpad, this is the equivalent of the `~openerp-dev` repository.
The `odoo-dev/odoo` repository is an internal repository used by the R&D of Odoo to keep the main repository clean. If you are coming from Launchpad, this is the equivalent of the `~openerp-dev` repository.
When forking odoo to submit a patch, always use the `github.com/odoo/odoo` repository. Be also careful of the version you are branching as it will determine the history once the pull request will be realized (e.g.: `git checkout -b 7.0-my-branch odoo/7.0`).