Adam Heinz

Results 112 comments of Adam Heinz

> The main symptom that I have is getting the "trying to reconnect", and "connection restored" messages when in the process of moving from one screen to another in Odoo....

@alihashaam Would you kindly review this migration of queue_job_batch, test_queue_job_batch? The original pull request went stale, so I've rebased and reopened it.

@paradoxxxzero Would you kindly review this migration of queue_job_batch, test_queue_job_batch? I'm going to see about migrating queue_job_batch_size to 15 to test it, so that I can more confidently review https://github.com/OCA/queue/pull/566.

Just for general amusement, abridged from code that I wrote to import over a decade of users and data from a legacy system: ```python self.with_context({ 'bus_no_notify': True, # custom 'calendar_event_create_no_constrain':...

@acsonefho @florian-dacosta Any interest in reviewing this `queue_job.keep_context` pull request?

It looks like queue_job_context uses a hardcoded list of context keys that I would have to inherit the class and override? https://github.com/OCA/queue/blob/089eb3ef9a9c9210384711b6e107433138f9809c/queue_job_context/models/base.py#L12 I don't prefer that. I just want to...

> I also notice PARAMETERS > SYSTEM PARAMETERS > web.base.url = http://xxx and NOT https://xxx and I can change this... log out and come back in and it resets itself...

I don't use nginx in production, but I use it locally for testing Odoo 15 with docker-compose similar to yours above and /etc/nginx/conf.d/default.conf set to ```nginx # https://linuxize.com/post/configure-odoo-with-nginx-as-a-reverse-proxy/ server {...

> I can not for the life of me find that nginx is installed on the odoo web container (is this even docker at all or a from source install...