Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Oct 12, 2016
1 parent 1b70197 commit 5d1770c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
37 changes: 37 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,43 @@ Unreleased

**Documentation**


1.6.0 (2016-10-12)
++++++++++++++++++

**New Odoo 10.0 image**

Now, images for Odoo 10.0 and 9.0 are generated.
The versioning is still the same, note that 9.0 and 10.0 share the final
part of their version:

- ``camptocamp/odoo-project:9.0-latest``
- ``camptocamp/odoo-project:9.0-1.6.0``
- ``camptocamp/odoo-project:10.0-latest``
- ``camptocamp/odoo-project:10.0-1.6.0``

Images are no longer built on hub.docker.com but tested on Travis and pushed
when the test is green.
The test consists of the example project being built and Odoo started.

Images should be built using ``make`` now. The ``bin`` folder at the root of the
repository is copied into the folders before the builds, so it is common to
both versions.

**Changes in the Odoo 9.0 image**

A new command ``odoo`` has been added in the path and ``exec``-utes ``odoo.py``.
This is to ensure the compatibility of the various scripts as ``odoo.py`` has
been renamed to ``odoo`` in Odoo 10.0.

**Libraries**

* Anthem upgraded to 0.5.0 (Odoo 10.0 support)
* Marabunta upgraded to 0.5.0 (Odoo 10.0 support)
* XlsxWriter added in 9.0 as it becomes required in Odoo 10.0 and required for
the OCA QWeb accounting reports


1.5.0 (2016-09-28)
++++++++++++++++++

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/camptocamp/docker-odoo-project.svg?branch=master)](https://travis-ci.org/camptocamp/docker-odoo-project)

# docker-odoo-project

A base image for our Odoo projects.
Expand Down

0 comments on commit 5d1770c

Please sign in to comment.