[FIX][TMP]Odoo 10 OCB fix for binary widget download
This commit is contained in:
parent
c2041d796c
commit
220e4986f7
@ -40,6 +40,14 @@ RUN mkdir pipcache data backups extra-addons custom-addons
|
||||
RUN git clone -b ${ODOO_BRANCH} --depth 1 https://github.com/OCA/OCB.git
|
||||
RUN pip install --user -r OCB/requirements.txt
|
||||
|
||||
# Fix bad commit
|
||||
WORKDIR /opt/odoo/OCB
|
||||
RUN git config user.email "fabien@yaltik.com" && \
|
||||
git config user.name "Fabien BOURGEOIS"
|
||||
RUN git fetch origin pull/1113/head:10.0-binary-widget-fix && \
|
||||
git cherry-pick 0eb02e12619cdd52f6a37accfb58c1b35a165fbe
|
||||
WORKDIR /opt/odoo
|
||||
|
||||
# Launch scripts
|
||||
COPY ./launch10.sh ./
|
||||
COPY ./genconf.sh ./
|
||||
|
Loading…
Reference in New Issue
Block a user