This question has been flagged

Hello everyone, I've encountered the error 'could not serialize access due to concurrent update' in Odoo 15 POS on my Ubuntu server. Currently, both POS and manufacturing processes are taking considerably longer to validate. Additionally, there's an error related to 'stock orderpoint' in some modules. Has anyone else experienced this issue? What could be the possible reasons?

Avatar
Discard
Best Answer

Hi,


If there is heavy concurrent usage of the system, especially if many users are working with POS or manufacturing processes simultaneously, it can lead to contention for database resources or If multiple processes or transactions are trying to update the same records simultaneously, it can lead to conflicts and the mentioned error. This might be related to how POS and manufacturing processes interact with the database.


Hope it helps

Avatar
Discard