Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
max3903 committed Feb 24, 2024
1 parent 547ce79 commit e824508
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
volumes:
- "postgres-data:/var/lib/postgresql/data"

odoo:
app:
build:
context: odoo
ports:
Expand All @@ -35,6 +35,7 @@ services:
- ODOO_ADMIN_USER_PASSWORD=admin
- ODOO_DBFILTER=False
- ODOO_LIST_DB=True
- ODOO_SERVER_WIDE_MODULES=web
stdin_open: true
tty: true
# cap_add:
Expand Down
2 changes: 1 addition & 1 deletion odoo/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ migration:
addons:
upgrade:
- customer
- monitoring_status
# - monitoring_status
- web_environment_ribbon
# modes:
# external:
Expand Down
2 changes: 0 additions & 2 deletions odoo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
-e . # Install the songs

# Add project specific packages below
num2words
1 change: 1 addition & 0 deletions odoo/src/private-addons/customer/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"website": "https://www.opensourceintegrators.com",
"depends": ["elearning_content"],
"data": [],
"sequence": 0,
"application": True,
"maintainers": ["ursais"],
}
2 changes: 1 addition & 1 deletion odoo/src/private-addons/elearning_content/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
# Administration
# Development
],
"application": True,
"application": False,
"maintainers": ["ursais"],
}

0 comments on commit e824508

Please sign in to comment.