Skip to content
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

Merged
merged 8 commits into from
May 22, 2024

Commits on Oct 9, 2023

  1. [FIX] procurement_auto_create_group: test setup

    Do not override rule1 during setup, renamed the 2 rules.
    jbaudoux committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f83d9f4 View commit details
    Browse the repository at this point in the history
  2. [IMP] procurement_auto_create_group

    Regroup the creation of the procurement group in a method.
    jbaudoux committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    8eea9d1 View commit details
    Browse the repository at this point in the history
  3. [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.
    jbaudoux committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    cacd601 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    775c126 View commit details
    Browse the repository at this point in the history
  5. [IMP] proc_auto_create_grp_by_product: merge moves

    Allow to merge moves having different date_deadline to pick everything
    in one operation
    jbaudoux committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    252b9ad View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. 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.
    TDu committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    586609f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request #1 from TDu/14-procurement_create_group_by_product…

    …-add-lock
    
     [IMP] proc_auto_create_grp_by_product: add lock
    jbaudoux authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6cdd79b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. proc_auto_create_grp_by_product: fix raised error

    Raise correct error to allow correct catching and retry
    jbaudoux committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6572251 View commit details
    Browse the repository at this point in the history