Commit Graph

25 Commits

Author SHA1 Message Date
Veikko Väätäjä
af016b746e [REF] Odoo 12-10 updated to 20181016. 2018-10-16 16:01:52 +03:00
Veikko Väätäjä
1fd6151d22 [REF] Odoo 12-10 updated to 20181015. 2018-10-15 09:42:56 +03:00
Veikko Väätäjä
c8a96115ab [REF] Odoo 12-10 updated to 20181014. 2018-10-15 09:04:03 +03:00
Veikko Väätäjä
4303b097c5 [REF] Odoo 12-10 updated to 20181013. 2018-10-15 09:00:44 +03:00
Veikko Väätäjä
ae7e0b03ac [REF] Odoo 12-10 updated to 20181012. 2018-10-12 09:39:58 +03:00
Veikko Väätäjä
cab01fc78b [REF] Odoo 12-10 updated to 20181011. 2018-10-11 09:24:50 +03:00
Veikko Väätäjä
a53c41f4dd [REF] Odoo 12-10 updated to 20181010. 2018-10-10 14:57:34 +03:00
Veikko Väätäjä
f7c5fa4b84 [REF] Odoo 12-10 updated to 20181009. 2018-10-09 12:09:35 +03:00
Veikko Väätäjä
43dbd309ef [REF] Odoo 12-10 updated to 20181008. 2018-10-08 09:32:48 +03:00
Veikko Väätäjä
6eec60ce31 [REF] Odoo 12-10 updated to 20181007. 2018-10-07 11:37:02 +03:00
Veikko Väätäjä
162c245d5f [REF] Odoo 12-10 updated to 20181006. 2018-10-06 16:56:55 +03:00
Veikko Väätäjä
beb5c524e9 [REF] Odoo 12-10 update to release 20181005. 2018-10-06 16:16:25 +03: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
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
199c206737 [REF] Odoo 9.0-11.0: update to release 20171030 2017-10-30 16:02:37 +01:00
Olivier Dony
f432264ad1 [REF] Odoo 8.0-10.0: update to release 20170815 2017-08-16 11:01:50 +02:00
Simon Lejeune
f8af1a80b1 [REF] Odoo 8.0-10.0: update to release 20170207
fixes #89
closes #101
2017-02-07 16:37:11 +01:00
Simon Lejeune
c97e82a93a [FIX] Odoo 9-10: reload handling
We were still trying to make the auto reload feature work with the 8.0
way in the dockerfile 9 and 10. This patch install the dependency used
in Odoo 9-10 (watchdog instead of pyinotify) and remove the
"auto-reload" key from the default configuration file, as the new syntax
is "--dev=reload".

The auto-reload is now disabled by default (it didn't work, let's not
bother someone that does not need it). The easiest way to use it is to
pass the arguments to the odoo process as:

docker run -p 8069:8069 --name odoo --link db:db -t odoo:[9.0|10.0] -- --dev=reload

fixes #84
fixes #98
2017-02-07 16:22:34 +01:00
Simon Lejeune
d780e6fe36 [REF] Odoo 8.0-10.0: update to release 20161123 2016-11-23 14:17:55 +01:00
Simon Lejeune
ea050e938b [REF] Odoo 8.0-10.0: update to release 20161103 2016-11-03 15:17:05 +01:00
Simon Lejeune
6da3a1848f [REF] Odoo 8.0-10.0: install needed dependencies for worker mode
ie python-gevent and psycogreen. As psycogreen is not packaged in
debian jessie we have to install it with pip. As python-gevent is in the
recommanded packaged of odoo and we don't install them, we install it
explicitely.
2016-10-25 19:30:16 +02:00
Simon Lejeune
0560419f9a [REF] Odoo 9.0, 10.0: remove node-clean-css dependency
following 123e51f4d5
2016-10-25 15:22:48 +02:00
Simon Lejeune
c4b4a8f242 Odoo: Update 8.0, 9.0 and 10.0 to release 20161025 2016-10-25 13:40:05 +02:00
Veikko Väätäjä
0fbea3c734 [ADD] Odoo: 10.0
* Odoo version 10 created. Release 20161007.
* Fixed old path.
* Fixed startup command.
* Changed to new naming convention and environment variables.

Closes #75
2016-10-25 12:11:31 +02:00