1
0
Fork 0

include cloud-addons

This commit is contained in:
Tobias Brunner 2019-08-04 00:04:43 +02:00
parent eafb22dcec
commit 436c1240fb
4 changed files with 8 additions and 4 deletions

View File

@ -70,7 +70,9 @@ COPY odoo.conf /etc/odoo/odoo.conf
## Get pos-addons for pos_printer_network
RUN git clone --depth=1 -b 12.0 https://github.com/it-projects-llc/pos-addons.git \
/opt/posbox/addons
/opt/posbox/addons \
&& git clone --depth=1 -b 12.0 https://github.com/camptocamp/odoo-cloud-platform.git \
/opt/posbox/cloud-addons
## Apply some patches
COPY patches/*.patch /tmp/

View File

@ -1,4 +1,4 @@
[options]
addons_path = /mnt/extra-addons,/opt/posbox/addons
addons_path = /mnt/extra-addons,/opt/posbox/addons,/opt/posbox/cloud-addons
data_dir = /var/lib/odoo
admin_passwd = S3Cur3Passw0rd

View File

@ -7,7 +7,9 @@ RUN set -x; apt-get update \
&& apt-get -y install --no-install-recommends git \
&& rm -rf /var/lib/apt/lists/* \
&& git clone --depth=1 -b 12.0 https://github.com/it-projects-llc/pos-addons.git \
/opt/posbox/pos-addons
/opt/posbox/pos-addons \
&& git clone --depth=1 -b 12.0 https://github.com/camptocamp/odoo-cloud-platform.git \
/opt/posbox/cloud-addons
COPY odoo.conf /etc/odoo/odoo.conf
COPY addons/ /opt/posbox/extra-addons

View File

@ -1,4 +1,4 @@
[options]
addons_path = /opt/posbox/pos-addons,/opt/posbox/extra-addons
addons_path = /opt/posbox/pos-addons,/opt/posbox/extra-addons,/opt/posbox/cloud-addons
data_dir = /var/lib/odoo
admin_passwd = S3Cur3Passw0rd