Commit Graph

33 Commits

Author SHA1 Message Date
Aaron Bohy
fac64b785d [FIX] Dockerfile: let odoo user owner of /mnt/extra-addons
This allows to directly create new addons in /mnt/extra-addons from inside
the container, e.g. using odoo scaffolding.

Closes #21.
2015-10-08 14:49:24 +02:00
Aaron Bohy
dbce067bb4 [IMP] Update Odoo to version 20151008 2015-10-08 14:49:24 +02:00
aab-odoo
65e2ae0e4f Merge pull request #33 from anassahmed/fix-reportlab
Install low-level renderpm for barcodes
2015-10-08 14:49:27 +02:00
Anass Ahmed
ed562babbc Installed low-level renderpm for barcodes
Odoo deb package has no dependency on python-renderpm which is needed by python-reportlab to support printing barcodes!
2015-10-02 01:45:25 +02:00
Aaron Bohy
0afa334549 [IMP] Update Odoo to version 20150401 2015-04-01 11:53:13 +02:00
aab-odoo
d0cbb42296 Merge pull request #11 from md5/slimmer-image
Slimmer image
2015-04-01 11:47:23 +02:00
Mike Dillon
6e4107c1a7 Remove npm after installing lessc 2015-03-17 10:51:06 -07:00
Mike Dillon
077d70f717 Add missing --no-install-recommends to apt-get install commands 2015-03-17 10:51:06 -07:00
Mike Dillon
9228300c52 [IMP] Add 'set -x' to long command chains 2015-03-17 18:40:25 +01:00
Samus CTO
aff73bfda4 [IMP] let bash resolve openerp-server path
It isn't necessary to specify an absolute path, so let's stay flexible
just in case.
2015-03-17 18:40:20 +01:00
Mike Dillon
129639a5e7 [IMP] Change to ENTRYPOINT + CMD
The addition of `set -e` in the run.sh script exposed the fact that it
was erroring out when `$# -eq 0`.
2015-03-17 18:38:36 +01:00
Samus CTO
59930badc2 [IMP] rename run.sh to entrypoint.sh for clarity sake 2015-03-17 18:02:26 +01:00
Samus CTO
1740d8a606 [IMP] permit: docker run odoo --arg & docker run odoo -- --arg 2015-03-17 17:56:24 +01:00
Mike Dillon
13fd5a1128 [IMP] Set OPENERP_SERVER to specify config file 2015-03-17 16:21:56 +01:00
Mike Dillon
6a6ceb5b10 [IMP] Allow PG* env vars to be set directly
Makes it possible to use a non-linked Postgres container without having
to fake $DB_* environment variables.
2015-03-17 16:02:53 +01:00
Aaron Bohy
89454a4c41 [IMP] Update Odoo to version 20150303 2015-03-03 12:14:18 +01:00
Samus CTO
095b471911 [IMP] export Odoo ports 8069 and 8071 2015-03-03 12:14:18 +01:00
Samus CTO
2b5021a8be [IMP] remove unneeded gosu from the Dockerfile 2015-03-03 12:14:18 +01:00
Samus CTO
f000eeed23 [IMP] use ENTRYPOINT instead of cmd and permit giving command arguments 2015-03-03 12:14:18 +01:00
Samus CTO
79b731f71d [IMP] use PG var envs to find the database
Set /var/lib/odoo as data_dir to keep filestore and addons located there
instead of /var/lib/odoo/.local/share/Odoo
2015-03-03 12:14:14 +01:00
Aaron Bohy
4c855a573d [ADD] extra addons dir for users addons
Set auto-reload to True in the default configuration so that update of
python and xml files does not need a restart of the server.

auto-reload options requires python-pyinotify to be installed.
2015-03-03 12:12:11 +01:00
Aaron Bohy
f035a31858 [REM] do not add nightly.odoo.com to sources list
Since Odoo is the PID 1, updating Odoo in the container has no effect.
2015-02-27 18:07:25 +01:00
Aaron Bohy
43973dfcf9 [FIX] Use wkhtmltopdf adviced version for 8.0
Latest wkhtmtopdf releases broke --dpi argument as well as
javascript loading in headers and footers.
2015-02-27 17:39:25 +01:00
Aaron Bohy
a86b7e6dbc [FIX] wkhtmltopdf 0.12.2 broken url due to update
The image now uses a local copy on our server of the release 0.12.2.1 to
prevent further problems with broken url.
2015-01-20 10:51:20 +01:00
aab-odoo
3a6e42c7a7 Merge pull request #1 from theyoux/master
Updated wkhtmltopdf version to 0.12.2
2015-01-13 18:23:40 +01:00
Loïc
ff18246d66 Fixed wkhtml version and checksum 2015-01-13 11:05:51 +01:00
Aaron Bohy
0c90527ef9 [ADD] Configuration file template 2015-01-05 10:10:47 +01:00
Aaron Bohy
d3fbe5fcdb [FIX] Dockerfile fixed according to Yosifkit's review
- Clean up of APT with rm -rf /var/lib/apt/lists/*
  - Use environment variables for db_user and db_password
  - Install Odoo release of 12/31/2014
2014-12-31 14:39:04 +01:00
Aaron Bohy
34987f1d77 [FIX] Dockerfile fixed according to tianon's review 2014-12-29 17:51:11 +01:00
Aaron Bohy
94ef35affe [IMP] Volume /var/lib/odoo to restore the filestore 2014-12-15 11:50:47 +01:00
Aaron Bohy
89f8e90878 [FIX] Dockerfile fixed according to Moghedrin review 2014-12-11 14:03:00 +01:00
aab-odoo
a517d19b14 Create README.md 2014-12-11 09:17:08 +01:00
Aaron Bohy
121e4fdc1d [ADD] Odoo Dockerfile 2014-12-10 12:37:15 +01:00