Sébastien Alix
Sébastien Alix
Test: /ocabot rebase
There is no such hook ATM, but it could be added indeed to run some commands before/after configuration/installation. Feel free to propose a PR to add such feature, it will...
I agree. We use internally some roles based on apache (never learned nginx...), so feel free to contribute to a nginx one.
My point of view on this: this role should only focus on installing Odoo, the reverse proxy is another subject which should be processed by another dedicated role (as @jbeficent...
Great idea. Internally we use subrepositories/submodules to manage this, so when we clone a customer repo, all subrepo are pulled too.
In our configuration of Ansible, we just set the options `odoo_repo_url` and `odoo_repo_dest` on our customer repositories, and it's the customer repo which defines the version to use for subrepos...
Hi, Yes, it was deliberate to be able to launch Odoo manually in interactive mode, with the logs on the standard output (no `logfile` option in the configuration file), and...
@remihb To fix pip install of Odoo 8, change the download URL from `https://nightly.odoo.com/8.0/nightly/src/odoo_8.0.latest.zip` to `https://nightly.odoo.com/8.0/nightly/src/odoo_8.0.20171001.zip`. About buildout builds for Odoo 11 and 12 (Python 3), the branch https://github.com/osiell/anybox.recipe.odoo/archive/feature/python3-fix.tar.gz#egg=anybox.recipe.odoo-1.9.3.dev0 doesn't...
Buildout tests fixed.
But `odoo_config_data_dir` is where the filestore + downloaded modules and werkzeug sessions are stored, they should not be saved under `/etc/` but in `/srv/odoo` as you suggest, or `/var/lib/odoo` in...