Christophe Monniez
5ef3bee9dc
[FIX] Odoo 10.0-12.0: make curl download quieter
...
When downloading wkhtmltopdf, curl shows a progress status unecessary
during the builds.
2019-01-29 14:03:05 +01:00
Christophe Monniez
5cc7eae335
[FIX] Odoo 10.0-12.0: remove deprecated MAINTAINER instruction
...
The MAINTAINER instruction is deprecated since Docker version 1.13.
With this commit, the LABEL instruction is used instead.
2019-01-29 13:37:17 +01:00
Christophe Monniez
d036067821
[REF] Odoo 10.0-12.0: update to release 20181126
2018-11-26 14:15:56 +01:00
Christophe Monniez
5935496f14
[FIX] Odoo 10.0-12.0: update wkhtmltopdf to recommended version
...
wkhtmltopdf 0.12.5 is now the recommended version.
This commiit uses the Debian packages that exist for Jessie and Stretch.
Fixes #220
2018-11-26 14:10:38 +01:00
Christophe Monniez
05c776bcb2
[FIX] Odoo 10.0-12.0: add missing packages
...
In Odoo, ldap, qrcode and vobject python modules are set as required in
odoo/setup.py. On the other hand, they are only recommendend in the
Debian package.
As a consequence, it was difficult to run some Odoo modules that
required one of them.
The Odoo Debian package was adapted in master where they were added as
dependencies in odoo/odoo@2ff49c5fcb .
With this commit, they are installed in the Docker images.
This is a part of the fix of odoo/odoo#27752 .
2018-11-26 14:02:31 +01:00
Christophe Monniez
3b5c6ae6aa
[REF] Odoo 10.0-12.0: update to release 20181109
2018-11-09 17:01:59 +01:00
Christophe Monniez
c0b305834b
[REF] Odoo 10.0-12.0: update to release 20181008
2018-10-08 15:51:06 +02:00
Olivier Dony
e34689bf67
[REF] Odoo 9.0-11.0: update to release 20180808
2018-08-08 15:58:23 +02:00
Christophe Monniez
67e5ceb0fa
[REF] Odoo 9.0-11.0: update to release 20180710
2018-07-10 10:06:43 +02:00
Andreas Raster
cec9d153fe
[IMP] Odoo 11.0: add python3-watchdog dependency
...
Closes : #142
Fixes : #194
2018-07-09 15:49:50 +02:00
Christophe Monniez
b3d6d018f7
[REF] Odoo 9.0-11.0: update to release 20180122
...
11.0: install python3 package xlwt to allow xlsx export
Fixes #161
2018-01-22 11:39:40 +01:00
Christophe Monniez
16d5988408
[REF] Odoo 11.0: simplify locale settings
...
locale settings does not need to re-genreate c.utf-8 as it's already
included in Debian Stretch. Also LANG is enough to define the locale
needed by Odoo. Finaly, apt-get does not really need to be explicitly
set in non interactive mode. apt-get is able to do the right thing.
Thanks @tianon
2017-11-01 21:33:20 +01:00
Daniel Blanco
feac9b2423
[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
2017-10-31 08:51:42 +01:00
Daniel Blanco
bfe3143479
[FIX] Odoo 11.0: add a locale to prevent ascii decode errors
...
Closes #129
2017-10-30 16:37:27 +01:00
Christophe Monniez
199c206737
[REF] Odoo 9.0-11.0: update to release 20171030
2017-10-30 16:02:37 +01:00
Christophe Monniez
60b3f82cf1
[ADD] Odoo: 11.0
...
* Creation of Dockerfile for Odoo version 11.0 release 20171013
2017-10-13 16:18:10 +02:00