Guewen Baconnier

Results 23 issues of Guewen Baconnier

It seems it has been forgotten during the migration of base_fileurl_field at 65cdd3d

When a database is created by the container's entrypoint, it uses the default collation that will be en_US.utf8. As discussed here: https://github.com/odoo/odoo/pull/25196#issuecomment-396683972, this may be under-optimized with the use of...

Before this commit, in py2 only bytes strings were exported and in py3 only unicode strings were exported. I'm not sure I'm doing it right, that's at least an opening...

cla: yes

Hello, My issue occures when I use ooor with Magento Open ERP Connector. I create a connexion with Open ERP, I get an attribute set, and when I try to...

Pytest adds a new `--odoo-log-level` option which is forwarded as odoo's log level. By default it uses the `critical` log level to display the less logs possible. But you can...

For testing some addons, we need to customize the `--load` option, should be added in https://github.com/camptocamp/pytest-odoo/blob/33e4e634920a96c4ec9fc043900d53a952350bbd/pytest_odoo.py#L27-L34

Currently, when a concurrent update error happens (the famous `could not serialize access due to concurrent update`), the endpoints return an HTTP error code 500 Internal Server Error. Odoo RPC...

The py dependency has been removed in pytest: https://github.com/pytest-dev/pytest/pull/10396