Skip to content

Commit feac9b2

Browse files
Danisand-fence
authored andcommitted
[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
1 parent bfe3143 commit feac9b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

11.0/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN set -x; \
4141
&& rm -rf /var/lib/apt/lists/* odoo.deb
4242

4343
# Copy entrypoint script and Odoo configuration file
44+
RUN pip3 install num2words
4445
COPY ./entrypoint.sh /
4546
COPY ./odoo.conf /etc/odoo/
4647
RUN chown odoo /etc/odoo/odoo.conf

0 commit comments

Comments
 (0)