[UPD]Odoo py3o images : reporting-engine now on base image

This commit is contained in:
Fabien BOURGEOIS 2019-12-29 10:22:40 +01:00
parent 7c29665d61
commit fe58ed2693
1 changed files with 1 additions and 6 deletions

View File

@ -9,13 +9,8 @@ RUN apt-get update
RUN apt-get install -y fonts-liberation
RUN apt-get install --no-install-recommends -y libreoffice libreoffice-calc libreoffice-writer
USER odoo
WORKDIR /opt/odoo/extra-addons
# reporting engine with recent hbrun MR
RUN git clone --depth 1 -b 10.0 https://github.com/OCA/reporting-engine && \
cd reporting-engine && \
git fetch origin pull/180/head:10.0-bypass-fusion && git checkout 10.0-bypass-fusion
# Addons dependencies
USER odoo
RUN pip install --user py3o.template && pip install --user py3o.formats
WORKDIR /opt/odoo