I am using PostgreSQL database (V 10) and odoo ERP (V 12).
When ever I try to update a table using 2 different users at the same time, I am getting
ERROR: could not serialize access due to concurrent update
I am getting this error even if I use multiple celery workers for parallel execution. Is there any solution for parallel update in the same table in PostgreSQL using odoo.
Thanks!