[FIX]Odoo 10 bad commit fix no longer necessary
This commit is contained in:
parent
7655a266af
commit
c7ca8502b6
@ -30,12 +30,6 @@ RUN mkdir pipcache data backups extra-addons custom-addons && \
|
||||
git clone -b ${ODOO_BRANCH} --depth 1 https://github.com/OCA/OCB.git && \
|
||||
pip install --user --no-cache-dir -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" && \
|
||||
git fetch origin pull/1113/head:10.0-binary-widget-fix && \
|
||||
git cherry-pick 0eb02e12619cdd52f6a37accfb58c1b35a165fbe
|
||||
WORKDIR /opt/odoo
|
||||
|
||||
# Launch scripts
|
||||
|
Loading…
Reference in New Issue
Block a user