Skip to content

Commit

Permalink
Updates for v18
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Oct 10, 2024
1 parent d710477 commit 4920f23
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
[submodule "osi-addons"]
path = odoo/src/osi-addons
url = https://github.com/ursais/osi-addons.git
branch = 16.0
6 changes: 3 additions & 3 deletions odoo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ursa/odoo-17.0:latest
FROM public.ecr.aws/t4c3a5h0/odoo-base:18.0-test-20241010
MAINTAINER Open Source Integrators <[email protected]>

# Copy files
Expand All @@ -9,7 +9,7 @@ COPY --chown=odoo songs /odoo/songs

# Copy Addons
# COPY src/paid-addons /odoo/addons/
COPY --chown=odoo src/l10n-mexico /odoo/addons/
# COPY src/enterprise /odoo/addons/
# COPY --chown=odoo src/l10n-mexico /odoo/addons/
COPY src/enterprise /odoo/addons/

RUN cd /odoo && pip3 install -r requirements.txt
1 change: 0 additions & 1 deletion odoo/src/enterprise
Submodule enterprise deleted from 8abfe3
1 change: 0 additions & 1 deletion odoo/src/field-service
Submodule field-service deleted from 6efdde
1 change: 0 additions & 1 deletion odoo/src/l10n-mexico
Submodule l10n-mexico deleted from 081bf1
1 change: 0 additions & 1 deletion odoo/src/osi-addons
Submodule osi-addons deleted from 29046f
1 change: 0 additions & 1 deletion odoo/src/stock-logistics-transport
Submodule stock-logistics-transport deleted from 4cb6d8

0 comments on commit 4920f23

Please sign in to comment.