Steven Bouillon

Results 13 comments of Steven Bouillon

I’m using Traefik (v2) as a proxy for Odoo v13. I only receive new session files when a user has logged into Odoo. There shouldn’t be any other reason a...

No problem. I probably won’t get to it for another 12-16hrs but I’ll respond when I receive it.

I don't believe it has anything to do with your configuration. I manage 6 different odoo instances and I have 1 instance that does this. I cleared out the sessions...

My config proxy_mode = True workers = 4 Still, the sessions are rampant... I'm going to be deploying with Redis soon. If you ever figure it out please respond and...

I cannot reproduce this issue. Check your server actions.

For existing database and config I use the following in docker-compose command: odoo -u all -d mydbname For new dev env: command: odoo -i base -d demo Keep in mind...

What is the error you’re receiving? In my opinion, this Dockerfile is really setup for a very plain, vanilla community install. It doesn’t say this anywhere but just a heads...

Okay - I think I know what’s going on with yours. I’m not 100% since it’s been a while since I’ve seen this error but give this a try. Do...

@joemash I'm having a difficult time bridging the gap between > 2. For this command `COPY ./odoo.conf /etc/odoo` I also want odoo to connect to a database i have created...

Here you go... This will work. I just tested it and was able to create a database and install modules. ![image](https://user-images.githubusercontent.com/62037189/132922137-149a43eb-1e6c-4d5a-921a-c30330545ed0.png)