Skip to content

Commit e7385a2

Browse files
Update README and configuration files for improved setup instructions and versioning
1 parent effa3ae commit e7385a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ It is designed for use in a Dockerized development environment, such as GitHub C
6666
1. **Clone this repository:**
6767

6868
```sh
69-
git clone https://github.com/<your-username>/ssh-git-github.com-odoo-odoo.git-8.0.git
69+
git clone --recurse-submodules --branch 8.0 https://github.com/<your-username>/ssh-git-github.com-odoo-odoo.git-8.0.git
7070
cd ssh-git-github.com-odoo-odoo.git-8.0
7171
```
7272

addons/portal_gamification/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
{
2424
'name': 'Portal Gamification',
25-
'version': '8.0.1.0',
25+
'version': '8.0.1.0.0',
2626
'category': 'Tools',
2727
'complexity': 'easy',
2828
'description': """

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
depends_on:
66
- postgres
77
ports:
8-
- "6069:8069"
8+
- "8069:8069"
99
volumes:
1010
- ./:/mnt/odoo-src
1111
- ./addons:/mnt/extra-addons

0 commit comments

Comments
 (0)