-
Any thoughts on licensing this under MIT or BSD? I'd prefer to not have any of my infrastructure under (*)GPL if at all possible, even if it is hosting an LGPL app.
Note: the Python base & Postgres…
-
I don't know why, but podman is trying to create volumes under `/var/home` instead of under `/home`. Obviously it fails with permission problems:
```
➤ podman-compose run --rm odoo bash
podman po…
-
I cant get work my first copier doodba instance, i follow all this steps and I got ERR_EMPTY_RESPONSE
From
http://localhost:11069/
copier copy gh:Tecnativa/doodba-copier-template ~/Documentos/…
-
We are using doodba since two months to deploy our Odoo 12.0 test system (soon production system). Everything works great except a weird language issue. We use German and English languages and the iss…
-
Not so much an issue, but I didn't know where else to ask. If there's a more appropriate venue, let me know.
I'll be upfront I'm currently using dockery-odoo and I'm investigating doodba as an alte…
-
When starting the server, got `standard_init_linux.go:190: exec user process caused "exec format error"`.
## Context
Install docker and docker-compose on raspberry (OS raspbian), install a…
-
It seems that config is generated on the first run and not updated anymore.
https://github.com/Tecnativa/doodba/blob/604e358df8926404a1605c131aaa2ab7a08968a3/entrypoint.d/50-config-generate#L3-L8
…
-
On our doodba test/dev setup some users experienced a session timeout (see below) when accessing Odoo, even in a new incognito browser window without being loged in. It didn't happen to all users but …
-
Reminder: Think about best way to have all quality checks in a single place.
Steps:
- formatting (**black**)
- linting (**flake8** and its plugins)
- testing (**pytest**)
- static analysis (**myp…
-
Kinda wondering, am I shooting myself in the foot by using git submodules and leaving repos.yml blank?
To explain why I'm considering submodules rather than repos.yml;
* We already use submodul…