[FIX]Odoo 10 bad commit fix no longer necessary

This commit is contained in:
Fabien BOURGEOIS 2022-03-19 07:07:24 +01:00
parent 7655a266af
commit c7ca8502b6
1 changed files with 0 additions and 6 deletions

View File

@ -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