[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:
parent
0c835c7485
commit
6d92142da1
@ -25,6 +25,7 @@ RUN set -x; \
|
||||
python3-qrcode \
|
||||
python3-renderpm \
|
||||
python3-setuptools \
|
||||
python3-slugify \
|
||||
python3-vobject \
|
||||
python3-watchdog \
|
||||
python3-xlrd \
|
||||
|
@ -25,6 +25,7 @@ RUN set -x; \
|
||||
python3-qrcode \
|
||||
python3-renderpm \
|
||||
python3-setuptools \
|
||||
python3-slugify \
|
||||
python3-vobject \
|
||||
python3-watchdog \
|
||||
python3-xlrd \
|
||||
|
@ -23,6 +23,7 @@ RUN set -x; \
|
||||
python3-qrcode \
|
||||
python3-renderpm \
|
||||
python3-setuptools \
|
||||
python3-slugify \
|
||||
python3-vobject \
|
||||
python3-watchdog \
|
||||
python3-xlrd \
|
||||
|
Loading…
Reference in New Issue
Block a user