Skip to content

Commit 4d80e78

Browse files
committed
big bang
1 parent 28962de commit 4d80e78

4 files changed

Lines changed: 47 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__pycache__/
22
/.pytest_cache
33
/.venv
4-
tests/data/addons/git
5-
!tests/data/addons/git/repos.yaml
4+
tests/data/project_demo/addons/git/*
5+
!tests/data/project_demo/addons/git/repos.yaml

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ISO ODOO (isOdoo)
22

3+
<<<<<<< HEAD
34
** UNDER DEVELOPMENT. PROJECT NOR READY FOR PRODUCTION **
45

56

@@ -30,6 +31,39 @@ To configure Odoo, simply use environment variables with the prefix ```OCONF_{Pa
3031

3132
| Port | Odoo Version |Description |
3233
|----------------|-------------|
34+
||||||| (empty tree)
35+
=======
36+
*** PROJECT UNDER DEVELOPMENT. NOT READY FOR PRODUCTION ***
37+
38+
39+
A lightweight image for running Odoo from 6.0 to the moon! Strongly inspired by the doodba project and the official Odoo image.
40+
41+
42+
## :page_with_curl: Features
43+
44+
- Installation from source code
45+
- Detect missing modules at build time 1
46+
- Automatically obtains and downloads modules dependencies
47+
- Strong use of virtual environments
48+
49+
## :bulb: Documentation
50+
51+
To configure Odoo, simply use environment variables with the prefix ```OCONF_{Param Name}```. Example for changing workers: ```OCONF_workers=4```.
52+
53+
** On Odoo 6.1 you can use environment variables with the prefix ```OWCONF_{Param Name}``` (taking into account that the underscores will be replaced by dots).
54+
55+
### Other Env. Variables
56+
57+
| Name | Description | Required |
58+
|----------------|-------------|-------------|
59+
| GITHUB_TOKEN | User token to use with git-aggregator | No |
60+
61+
62+
### Default Ports
63+
64+
| Port | Odoo Version |Description |
65+
|----------------|-------------|-------------|
66+
>>>>>>> 800e548 (big bang)
3367
| 8069 | 6.1+ | Default port for HTTP and XML-RPC (web interface and API) |
3468
| 8071 | 6.0+ | **Optional** port for XML-RPC (depends on configuration) |
3569
| 8072 | 6.0+ | Port for long polling (real-time notifications, such as chat) |
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# See https://github.com/acsone/git-aggregator
2+
./odoo:
3+
defaults:
4+
depth: $GIT_DEPTH_NORMAL
5+
remotes:
6+
odoo: https://github.com/odoo/odoo.git
7+
target: odoo $ODOO_VERSION
8+
merges:
9+
- odoo $ODOO_VERSION
10+
# Example of a merge of the PR with the number <PR>
11+
# - ocb refs/pull/<PR>/head

0 commit comments

Comments
 (0)