[IMP] Odoo 11.0-13.0: install python-slugify

The Odoo's fallback for the slugify_one method does only support latin
letters. This commit installs the python-slugify library from the Debian
packages.

Closes #199

Thanks to @lem8r for the report and PR.
This commit is contained in:
Christophe Monniez 2020-01-23 14:32:55 +01:00
parent 0c835c7485
commit 6d92142da1
3 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ RUN set -x; \
python3-qrcode \ python3-qrcode \
python3-renderpm \ python3-renderpm \
python3-setuptools \ python3-setuptools \
python3-slugify \
python3-vobject \ python3-vobject \
python3-watchdog \ python3-watchdog \
python3-xlrd \ python3-xlrd \

View File

@ -25,6 +25,7 @@ RUN set -x; \
python3-qrcode \ python3-qrcode \
python3-renderpm \ python3-renderpm \
python3-setuptools \ python3-setuptools \
python3-slugify \
python3-vobject \ python3-vobject \
python3-watchdog \ python3-watchdog \
python3-xlrd \ python3-xlrd \

View File

@ -23,6 +23,7 @@ RUN set -x; \
python3-qrcode \ python3-qrcode \
python3-renderpm \ python3-renderpm \
python3-setuptools \ python3-setuptools \
python3-slugify \
python3-vobject \ python3-vobject \
python3-watchdog \ python3-watchdog \
python3-xlrd \ python3-xlrd \