-
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 23, 2024
1 parent
4920f23
commit b65da4b
Showing
7 changed files
with
15 additions
and
23 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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[submodule "odoo/src/enterprise"] | ||
path = odoo/src/enterprise | ||
url = https://github.com/ursais/enterprise.git | ||
[submodule "odoo/odoo"] | ||
path = odoo/odoo | ||
url = https://github.com/ursais/odoo.git |
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
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 public.ecr.aws/t4c3a5h0/odoo-base:18.0-test-20241010 | ||
FROM public.ecr.aws/t4c3a5h0/odoo-base:18.0-test-20241022 | ||
MAINTAINER Open Source Integrators <[email protected]> | ||
|
||
# Copy files | ||
|
@@ -12,4 +12,4 @@ COPY --chown=odoo songs /odoo/songs | |
# COPY --chown=odoo src/l10n-mexico /odoo/addons/ | ||
COPY src/enterprise /odoo/addons/ | ||
|
||
RUN cd /odoo && pip3 install -r requirements.txt | ||
RUN cd /odoo && pip3 install -r requirements.txt --break-system-packages |
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
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
Submodule enterprise
added at
c2281f