Commit Graph

152 Commits

Author SHA1 Message Date
Veikko Väätäjä 986cf7724d Merge remote-tracking branch 'upstream/master' 2019-10-05 14:58:51 +03:00
Christophe Monniez b5f088de13 [REF] Odoo 10.0-12.0: update to release 20190816 2019-08-16 14:14:44 +02:00
Christophe Monniez c6b79809f0 [REF] Odoo 10.0-12.0: update to release 20190424 2019-04-24 17:01:17 +02:00
Veikko Väätäjä 8599dd7d09 Merged changes from odoo/docker. 2019-02-03 20:21:37 +02:00
Christophe Monniez d3e44ad1f3 [FIX] Odoo 10.0-12.0: use long ID's for gpg keys
Use long gpg ID's to avoid collisions.
2019-01-31 17:18:17 +01:00
Christophe Monniez 87f0174dca [FIX] Odoo 10.0-12.0: use a more secure way to download keys
At build time, curl is used to download gnupg keys without any
verification.

This does not meet the Docker hub requirements:
https://github.com/docker-library/official-images#security

With this commit, gpg is used to download the keys with the best method
specified in the requirements.
2019-01-30 15:43:24 +01:00
Christophe Monniez 4ab6185614 [REF] Odoo 10.0-12.0: update to release 20190128
the release timestamp and the verification sha1 are now using an ARG
instruction.

It means that they can be specified on the command line argument at the
build time.
2019-01-29 15:23:57 +01:00
Christophe Monniez a1463daf59 [FIX] Odoo 11.0-12.0: add asian fonts and rtlcss
When printing a report, the asian fonts were missing.
Also, since Odoo 12.0, rtlcss is needed to support the right-to-left languages
in the Odoo UI.

With this commit, the noto-cjk fonts are added as well as the nodejs rtlcss tool.
2019-01-29 14:41:08 +01:00
Christophe Monniez 01f0a1e508 [FIX] Odoo 10.0-12.0: use latest postgresql-client
As the Odoo Docker images are based on Debian Jessie and Stretch, they
use the postgresql-client package from the respective Debian repo.

The backup feature of Odoo uses the postgresql-client. As a consequence,
if a database server newer than the client is used, the backup may fail.

For example, when using the Odoo Docker image 10.0 against a postgresql
server 10.0, the backup fails.

With this commit, the latest postgresql-client is used from the Postgres
repository. As they seem to be backward compatible, the Odoo backup will
succeed wathever the client/server combination.

fixes odoo/odoo#30599
2019-01-29 14:34:05 +01:00
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
Veikko Väätäjä 2040f3dbf4 [REF] Odoo 12-10 updated to 20181204. 2018-12-04 22:06:33 +02:00
Veikko Väätäjä baa2873f68 [REF] Odoo 12-10 updated to 20181203. 2018-12-04 22:05:37 +02:00
Veikko Väätäjä 86e7d4f537 [REF] Odoo 12-10 updated to 20181202. 2018-12-04 22:04:45 +02:00
Veikko Väätäjä 1b826b6c91 [REF] Odoo 12-10 updated to 20181201. 2018-12-04 22:03:40 +02:00
Veikko Väätäjä a12f112ce0 [REF] Odoo 12-10 updated to 20181130. 2018-12-04 22:02:13 +02:00
Veikko Väätäjä 4d02a88b02 [REF] Odoo 12-10 updated to 20181129. 2018-12-04 22:01:11 +02:00
Veikko Väätäjä 8f8c672356 [REF] Odoo 12-10 updated to 20181128. 2018-12-04 22:00:12 +02:00
Veikko Väätäjä eef99b7fcb [REF] Odoo 12-10 updated to 20181127. 2018-11-27 09:18:13 +02:00
Veikko Väätäjä 9f5a41ed4c [REF] Odoo 12-10 updated to 20181126. 2018-11-27 09:14:36 +02: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
Veikko Väätäjä 3d390a1801 [REF] Odoo 12-10 updated to 20181125. 2018-11-25 15:22:19 +02:00
Veikko Väätäjä e1f331f271 [REF] Odoo 12-10 updated to 20181124. 2018-11-24 12:21:42 +02:00
Veikko Väätäjä 2e598ffead [REF] Odoo 12-10 updated to 20181123. 2018-11-24 12:20:24 +02:00
Veikko Väätäjä 301ee4de32 [REF] Odoo 12-10 updated to 20181122. 2018-11-22 19:15:07 +02:00
Veikko Väätäjä dabb408616 [REF] Odoo 12-10 updated to 20181121. 2018-11-21 23:24:05 +02:00
Veikko Väätäjä 0fa0354fb9 [REF] Odoo 12-10 updated to 20181120. 2018-11-21 23:22:56 +02:00
Veikko Väätäjä 85219f6663 [REF] Odoo 12-10 updated to 20181119. 2018-11-21 23:21:17 +02:00
Veikko Väätäjä 193a2fb392 [REF] Odoo 12-10 updated to 20181118. 2018-11-21 23:20:10 +02:00
Veikko Väätäjä 0062551492 [REF] Odoo 12-10 updated to 20181117. 2018-11-21 23:19:01 +02:00
Veikko Väätäjä f4bc830732 [REF] Odoo 12-10 updated to 20181116. 2018-11-21 23:17:48 +02:00
Veikko Väätäjä 2f7defad63 [REF] Odoo 12-10 updated to 20181115. 2018-11-21 23:16:19 +02:00
Veikko Väätäjä 69190891e1 [REF] Odoo 12-10 updated to 20181114. 2018-11-14 10:41:08 +02:00
Veikko Väätäjä c10f150130 [REF] Odoo 12-10 updated to 20181113. 2018-11-14 10:39:46 +02:00
Veikko Väätäjä 947bdba447 [REF] Odoo 12-10 updated to 20181112. 2018-11-12 20:04:43 +02:00
Veikko Väätäjä 9c873751c0 [REF] Odoo 12-10 updated to 20181111. 2018-11-12 20:03:37 +02:00
Veikko Väätäjä fbaa304906 [REF] Odoo 12-10 updated to 20181110. 2018-11-12 20:00:10 +02:00
Veikko Väätäjä da20e3f48a [REF] Odoo 12-10 updated to 20181109. 2018-11-09 20:45:38 +02:00
Christophe Monniez 3b5c6ae6aa [REF] Odoo 10.0-12.0: update to release 20181109 2018-11-09 17:01:59 +01:00
Veikko Väätäjä abab63faf2 [REF] Odoo 12-10 updated to 20181108. 2018-11-08 21:15:49 +02:00
Veikko Väätäjä c742a8d26c [REF] Odoo 12-10 updated to 20181107. 2018-11-07 19:35:12 +02:00
Veikko Väätäjä 282df2973d [REF] Odoo 12-10 updated to 20181106. 2018-11-06 22:14:18 +02:00
Veikko Väätäjä 7864bdac7b [REF] Odoo 12-10 updated to 20181105. 2018-11-06 22:12:26 +02:00
Veikko Väätäjä 5f9c000b45 [REF] Odoo 12-10 updated to 20181104. 2018-11-04 19:32:42 +02:00
Veikko Väätäjä 9a39d94507 [REF] Odoo 12-10 updated to 20181103. 2018-11-04 19:29:51 +02:00
Veikko Väätäjä 8697a9936b [REF] Odoo 12-10 updated to 20181102. 2018-11-02 16:38:59 +02:00
Veikko Väätäjä 6c0644f247 [REF] Odoo 12-10 updated to 20181101. 2018-11-01 19:52:49 +02:00
Veikko Väätäjä 1fdba2af40 [REF] Odoo 12-10 updated to 20181031. 2018-10-31 17:01:53 +02:00