Skip to content

Commit 5d1770c

Browse files
committed
Release 1.6.0
1 parent 1b70197 commit 5d1770c

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

HISTORY.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,43 @@ Unreleased
3131

3232
**Documentation**
3333

34+
35+
1.6.0 (2016-10-12)
36+
++++++++++++++++++
37+
38+
**New Odoo 10.0 image**
39+
40+
Now, images for Odoo 10.0 and 9.0 are generated.
41+
The versioning is still the same, note that 9.0 and 10.0 share the final
42+
part of their version:
43+
44+
- ``camptocamp/odoo-project:9.0-latest``
45+
- ``camptocamp/odoo-project:9.0-1.6.0``
46+
- ``camptocamp/odoo-project:10.0-latest``
47+
- ``camptocamp/odoo-project:10.0-1.6.0``
48+
49+
Images are no longer built on hub.docker.com but tested on Travis and pushed
50+
when the test is green.
51+
The test consists of the example project being built and Odoo started.
52+
53+
Images should be built using ``make`` now. The ``bin`` folder at the root of the
54+
repository is copied into the folders before the builds, so it is common to
55+
both versions.
56+
57+
**Changes in the Odoo 9.0 image**
58+
59+
A new command ``odoo`` has been added in the path and ``exec``-utes ``odoo.py``.
60+
This is to ensure the compatibility of the various scripts as ``odoo.py`` has
61+
been renamed to ``odoo`` in Odoo 10.0.
62+
63+
**Libraries**
64+
65+
* Anthem upgraded to 0.5.0 (Odoo 10.0 support)
66+
* Marabunta upgraded to 0.5.0 (Odoo 10.0 support)
67+
* XlsxWriter added in 9.0 as it becomes required in Odoo 10.0 and required for
68+
the OCA QWeb accounting reports
69+
70+
3471
1.5.0 (2016-09-28)
3572
++++++++++++++++++
3673

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/camptocamp/docker-odoo-project.svg?branch=master)](https://travis-ci.org/camptocamp/docker-odoo-project)
2+
13
# docker-odoo-project
24

35
A base image for our Odoo projects.

0 commit comments

Comments
 (0)