-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
667e832
commit ce0c9f8
Showing
17 changed files
with
13 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,18 +8,18 @@ Follow the steps: | |
|
||
1. Create directories. This is mandatory, they will be copied in the image | ||
|
||
mkdir -p odoo/external-src odoo/local-src odoo/data odoo/songs | ||
mkdir -p odoo/addons data songs | ||
|
||
2. Add a submodule for Odoo (official or OCA/OCB) | ||
|
||
git submodule init | ||
git submodule add [email protected]:odoo/odoo.git odoo/src | ||
|
||
3. Optionally add submodules for external addons in `odoo/external-src` | ||
|
||
git submodule add [email protected]:OCA/server-tools.git odoo/external-src/server-tools | ||
|
||
4. Optionally add custom addons in `odoo/local-src` | ||
4. Optionally add custom addons in `odoo/addons` | ||
|
||
6. Create the Dockerfile, the bare minimum being (see also [the example | ||
file](odoo/Dockerfile) that installs additional dependencies): | ||
|
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters