Thomas Vanmellaerts

Results 16 comments of Thomas Vanmellaerts

Sad that there are no plans to support the "smaller ide's". However I wrote a little [buildscript](https://gist.github.com/thomas15v/716ea57261855bf61d8b6131be419c26) that downloads pycharm and sets it up with the `alternativeIdePath`. Appears to work...

Have you tried volume [mounting](https://docs.docker.com/engine/admin/volumes/volumes/) `/dev/ttyUSB0` to the container?

Does it work if you run odoo as root? (not recommended but useful for troubleshooting) ```yml user: root ``` You could also try to add "o+rw" to the device. Permissions...

Doesn't work either. The static files do not reflect odoo's status. You can shutdown the database it will still think that odoo is fine. I tried this command it worked...

@ysinjab why do you have 100 databases on a single Odoo container? Wouldn't it be better to scale those databases to different odoo containers and use an HTTP proxy to...

Hi @lveras You can do the following: - With docker: `docker exec -it odoo -d database -u module --db_host db --db_password odoo` - With docker-compose: `docker-compose exec odoo -d database...

I have been using the following commands for a year almost. I never had a corrupted database. Also having 2 instances of odoo running on the same database shouldn't be...

Add `--no-http` or `--no-xmlrpc`.

I don't think command order matters. I just tried your command and it works fine. What do you mean with: > This time it seems that the execution can't be...

It happens in both modes. I have already tried to delete several cache directories, with no result. Even with a fresh docker container it has the same behaviour: ![image](https://user-images.githubusercontent.com/2163941/181522639-5d7dcb21-5847-428a-be7e-0e7bd6da1b16.png)