[FIX] Odoo 11.0: Add num2words installation

A Debian package does not exists yet for python3-num2words and
this package is required for those who want to render textual amounts.

Closes #129
This commit is contained in:
Daniel Blanco 2017-10-31 08:34:37 +01:00 committed by Christophe Monniez
parent bfe3143479
commit feac9b2423

View File

@ -41,6 +41,7 @@ RUN set -x; \
&& rm -rf /var/lib/apt/lists/* odoo.deb && rm -rf /var/lib/apt/lists/* odoo.deb
# Copy entrypoint script and Odoo configuration file # Copy entrypoint script and Odoo configuration file
RUN pip3 install num2words
COPY ./entrypoint.sh / COPY ./entrypoint.sh /
COPY ./odoo.conf /etc/odoo/ COPY ./odoo.conf /etc/odoo/
RUN chown odoo /etc/odoo/odoo.conf RUN chown odoo /etc/odoo/odoo.conf