-
- Downloads
[FIX] stock: prevent concurrent procurement creation
When the user clicks on "Run Reordering Rules", it might create procurements. However, the cron "Run mrp scheduler" will also create procurements and might already be running in the background. Therefore, we need to make sure that both actions don't run concurrently. Note that the same check is done for the wizard "Run Schedulers". opw-695607
Please register or sign in to comment