-
-
Notifications
You must be signed in to change notification settings - Fork 718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADD][14.0] procurement_auto_create_group_by_product #1821
[ADD][14.0] procurement_auto_create_group_by_product #1821
Commits on Oct 9, 2023
-
[FIX] procurement_auto_create_group: test setup
Do not override rule1 during setup, renamed the 2 rules.
Configuration menu - View commit details
-
Copy full SHA for f83d9f4 - Browse repository at this point
Copy the full SHA f83d9f4View commit details -
[IMP] procurement_auto_create_group
Regroup the creation of the procurement group in a method.
Configuration menu - View commit details
-
Copy full SHA for 8eea9d1 - Browse repository at this point
Copy the full SHA 8eea9d1View commit details -
[IMP] procurement_auto_create_group: pull flow
When the pull flow is coming from an SO, a procurement group is already preset. When the option to auto create a procurement group, replace that procurement group by a new one.
Configuration menu - View commit details
-
Copy full SHA for cacd601 - Browse repository at this point
Copy the full SHA cacd601View commit details -
Configuration menu - View commit details
-
Copy full SHA for 775c126 - Browse repository at this point
Copy the full SHA 775c126View commit details -
[IMP] proc_auto_create_grp_by_product: merge moves
Allow to merge moves having different date_deadline to pick everything in one operation
Configuration menu - View commit details
-
Copy full SHA for 252b9ad - Browse repository at this point
Copy the full SHA 252b9adView commit details
Commits on Jan 11, 2024
-
proc_auto_create_grp_by_product: fix concurrent group creation
Concurent transaction could create multiple procurement group for the same product. The use of an adivsory lock will prevent this from happening.
Configuration menu - View commit details
-
Copy full SHA for 586609f - Browse repository at this point
Copy the full SHA 586609fView commit details
Commits on Apr 5, 2024
-
Merge pull request #1 from TDu/14-procurement_create_group_by_product…
…-add-lock [IMP] proc_auto_create_grp_by_product: add lock
Configuration menu - View commit details
-
Copy full SHA for 6cdd79b - Browse repository at this point
Copy the full SHA 6cdd79bView commit details
Commits on May 8, 2024
-
proc_auto_create_grp_by_product: fix raised error
Raise correct error to allow correct catching and retry
Configuration menu - View commit details
-
Copy full SHA for 6572251 - Browse repository at this point
Copy the full SHA 6572251View commit details