-
Notifications
You must be signed in to change notification settings - Fork 9
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
Mike
committed
Oct 10, 2024
1 parent
d710477
commit 4920f23
Showing
7 changed files
with
3 additions
and
12 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
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 | ||
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 |
---|---|---|
@@ -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 | ||
|
@@ -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 |
Submodule enterprise
deleted from
8abfe3
Submodule field-service
deleted from
6efdde
Submodule l10n-mexico
deleted from
081bf1
Submodule osi-addons
deleted from
29046f
Submodule stock-logistics-transport
deleted from
4cb6d8