From d6ce15a5e7306c2fbb4ab2e6fa9b9b071bff1388 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Fri, 27 Jul 2018 16:27:22 +0200 Subject: [PATCH] Release 2.7.0 --- HISTORY.rst | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index c038943e..9f87437a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -18,25 +18,43 @@ Release History --------------- + Unreleased ++++++++++ **Features and Improvements** -* allow to use the PostgreSQL extension 'unaccent' +**Bugfixes** + +**Libraries** + +**Build** + +**Documentation** + + +2.7.0 (2018-07-27) +++++++++++++++++++ + +This is the last release before 3.0.0, which will provide different flavors +if the image, without onbuild instructions, with onbuild and full. + +**Features and Improvements** + +* Allow to set the odoo's unaccent option with the environment variable UNACCENT + in order to use the PostgreSQL extension 'unaccent' +* ``ODOO_REPORT_URL`` is now ``http://localhost:8069`` by default **Bugfixes** +* Fix error with python3/pip (ImportError: cannot import name 'main') + **Libraries** * Upgrade python libs; either to the version in odoo's requirements.txt, either to a more recent version if there is no breaking change. It should fix a few potential security issues. -**Build** - -**Documentation** - 2.6.1 (2018-03-29) ++++++++++++++++++