-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TA#66731 [ADD][16.0] Initiate branch
- Loading branch information
Showing
46 changed files
with
47 additions
and
2,539 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
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,2 +1,2 @@ | ||
# © 2019 Numigi | ||
# © 2024 Numigi | ||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). |
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
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,2 +0,0 @@ | ||
freezegun==0.2.0 | ||
ddt==1.2.1 | ||
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
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,24 +1,17 @@ | ||
FROM quay.io/numigi/odoo-public:14.latest | ||
FROM quay.io/numigi/odoo-public:16.latest | ||
LABEL maintainer="[email protected]" | ||
|
||
USER root | ||
|
||
COPY .docker_files/test-requirements.txt . | ||
RUN pip3 install -r test-requirements.txt | ||
|
||
# Variable used for fetching private git repositories. | ||
ARG GIT_TOKEN | ||
|
||
ENV THIRD_PARTY_ADDONS /mnt/third-party-addons | ||
RUN mkdir -p "${THIRD_PARTY_ADDONS}" && chown -R odoo "${THIRD_PARTY_ADDONS}" | ||
COPY ./gitoo.yml /gitoo.yml | ||
RUN gitoo install-all --conf_file /gitoo.yml --destination "${THIRD_PARTY_ADDONS}" | ||
|
||
USER odoo | ||
|
||
COPY mrp_production_split /mnt/extra-addons/mrp_production_split | ||
COPY product_configurator_mrp_component_ext /mnt/extra-addons/product_configurator_mrp_component_ext | ||
COPY product_configurator_mrp_enhanced /mnt/extra-addons/product_configurator_mrp_enhanced | ||
|
||
COPY .docker_files/main /mnt/extra-addons/main | ||
COPY .docker_files/odoo.conf /etc/odoo |
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,11 +1,4 @@ | ||
#- url: https://github.com/oca/queue | ||
# branch: "14.0" | ||
# includes: | ||
# - queue_job | ||
|
||
- url: https://github.com/OCA/product-configurator | ||
branch: "14.0" | ||
branch: "16.0" | ||
includes: | ||
- product_configurator | ||
- product_configurator_mrp_component | ||
- product_configurator_mrp |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.