Laith Abu Zainih

Results 4 comments of Laith Abu Zainih

Did anyone fix the issue here?

for example this ``` >>> self.with_delay().write({}) >>> env.cr.commit() ``` I got this logs ``` 2025-05-13 18:02:09,805 72 INFO ? odoo.addons.queue_job.jobrunner.runner: asking Odoo to run job 3248304e-3b54-48f2-be16-663ff78271d6 on db odoo_care_04 2025-05-13...

This is my commands ``` >>> self.with_delay().write({}) >>> self.with_delay().write({}) >>> self.with_delay().write({}) >>> self.with_delay().write({}) >>> env.cr.commit() ``` and this is the debug logs ``` 2025-05-14 15:20:02,599 69 DEBUG ? odoo.addons.queue_job.jobrunner.channels: job...

I think I got it, It seems because Operational Error which means a DB error happened such as `Postgres could not serialize access due to concurrent update`