[IMP]py3o odoo image : use master for py3o template for latest fixes
This commit is contained in:
parent
69a206e434
commit
0db64e04b1
@ -13,6 +13,9 @@ RUN git clone --depth 1 -b 10.0 https://github.com/OCA/reporting-engine && \
|
|||||||
cd reporting-engine && \
|
cd reporting-engine && \
|
||||||
git fetch origin pull/180/head:10.0-bypass-fusion && git checkout 10.0-bypass-fusion
|
git fetch origin pull/180/head:10.0-bypass-fusion && git checkout 10.0-bypass-fusion
|
||||||
# Addons dependencies
|
# Addons dependencies
|
||||||
RUN pip install --user py3o.template && pip install --user py3o.formats
|
# TMP : use latest master for better error reporting
|
||||||
|
RUN pip install --user hg+https://bitbucket.org/faide/py3o.template
|
||||||
|
# RUN pip install --user py3o.template && pip install --user py3o.formats
|
||||||
|
RUN pip install --user py3o.formats
|
||||||
|
|
||||||
WORKDIR /opt/odoo
|
WORKDIR /opt/odoo
|
||||||
|
Loading…
Reference in New Issue
Block a user