Skip to content

Commit

Permalink
[FIX] Odoo 11.0: Add num2words installation
Browse files Browse the repository at this point in the history
A Debian package does not exists yet for python3-num2words and
this package is required for those who want to render textual amounts.

Closes odoo#129
  • Loading branch information
Danisan authored and d-fence committed Oct 31, 2017
1 parent bfe3143 commit feac9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 11.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN set -x; \
&& rm -rf /var/lib/apt/lists/* odoo.deb

# Copy entrypoint script and Odoo configuration file
RUN pip3 install num2words
COPY ./entrypoint.sh /
COPY ./odoo.conf /etc/odoo/
RUN chown odoo /etc/odoo/odoo.conf
Expand Down

0 comments on commit feac9b2

Please sign in to comment.