Christophe Simonis

Results 7 issues of Christophe Simonis

same code as create_user() but use `ALTER USER` instead of `CREATE USER`

This is not the expected behaviour. ``` with settings(sudo_user='ronnix'): fabtools.require.directory('/tmp/foo', use_sudo=True) ``` if connected as root, it will create the directory as root instead of ronnix user. sudo is not...

If you navigate to a page A that redirect to page B, the page you visit is the page B. This is the page that must be added to the...

In such domain, the right-hand term is domain that should also be adatped. See https://github.com/odoo/odoo/commit/5a998694a6f353da05d7f69e4c59b9e7dd139e27

Ensure we connect a PostgreSQL server with a supported version. Until now, there wasn't check on the minimal supported version, which may lead to unexpected issues way long after the...

RD