Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
4b4b452c
Commit
4b4b452c
authored
10 years ago
by
Olivier Dony
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
[IMP] Move migration instructions on top, remove cruft
parent
067469f8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-16
18 additions, 16 deletions
README.md
with
18 additions
and
16 deletions
README.md
+
18
−
16
View file @
4b4b452c
About Odoo
About Odoo
==========
==========
Odoo is suite of
O
pen
S
ource Business apps. More info at http://www.odoo.com
Odoo is suite of
o
pen
s
ource Business apps. More info at http://www.odoo.com
Installation
Installation
============
============
[
Setup/migration guide for employees
](
https://github.com/odoo/odoo/blob/master/doc/git.rst
)
[
Setup/migration guide for employees
](
https://github.com/odoo/odoo/blob/master/doc/git.rst
)
Migration from bazaar
=====================
If you have existing bazaar branches and want to move them to a git repository,
there are several options:
*
download http://nightly.openerp.com/move-branch.zip and run it with
`python move-branch.zip -h`
(for the help). It should be able to convert
simple-enough branches for you (even if they have merge commits &al)
*
Extract the branch contents as patches and use
`git apply`
or
`git am`
to
rebuild a branch from them
*
Replay the branch by hand
System Requirements
System Requirements
-------------------
-------------------
The dependencies are listed in setup.py
The dependencies are listed in setup.py
For Luxembourg localization, you also need
[
pdftk
](
http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
)
Debian/Ubuntu
Debian/Ubuntu
-------------
-------------
Add the the apt repository
Add the the apt repository
deb http://nightly.openerp.com/
6.1
/deb/ ./
deb http://nightly.openerp.com/
7.0
/deb/ ./
in your source.list and type:
in your source.list and type:
...
@@ -51,21 +64,10 @@ Windows
...
@@ -51,21 +64,10 @@ Windows
Check the notes in setup.py
Check the notes in setup.py
Setting up your database
Setting up your database
------------------------
------------------------
Point your browser to http://localhost:8069/ and click "Manage Databases", the
Point your browser to http://localhost:8069/ and click "Manage Databases", the
default master password is "admin".
default master password is "admin".
Migration from bazaar
=====================
If you have existing bazaar branches and want to move them to a git repository,
there are several options:
*
download http://nightly.openerp.com/move-branch.zip and run it with
`python move-branch.zip -h`
(for the help). It should be able to convert
simple-enough branches for you (even if they have merge commits &al)
*
Extract the branch contents as patches and use
`git apply`
or
`git am`
to
rebuild a branch from them
*
Replay the branch by hand
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment