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

Shipmentschedule not updated after order reactivate and re-complete #5961

Merged
merged 7 commits into from
Dec 21, 2019

Commits on Dec 20, 2019

  1. Shipmentschedule not updated after order reactivate and re-complete

    * close and open affected shipment schedules as the respective sales order is reactivated and completed again
    
    #5960
    metas-ts committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    784b23d View commit details
    Browse the repository at this point in the history
  2. Shipmentschedule not updated after order reactivate and re-complete

    * when opening a shipment schedule, then also update with stuff from the respective referenced object
    * cleanup: IShipmentScheduleHandlerBL.invalidateCandidatesFor became obsolete with the rise of storage segments
    #5960
    metas-ts committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    afffbb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf5aabd View commit details
    Browse the repository at this point in the history
  4. Shipmentschedule not updated after order reactivate and re-complete

    * prevent reactivation if shipment schedule is already processed
    #5960
    metas-ts committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    33c2afe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91b0e5b View commit details
    Browse the repository at this point in the history
  6. fix unit test

    metas-ts committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    84ddd04 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Shipmentschedule not updated after order reactivate and re-complete

    * also create or extend shipment schedule's ASI (#4870)
      * attribute instances of the shipment schedule that are not part of the order line's ASI are left untouched
    * generally update everything (product, warehouse, bpartner etc) from the order line and its order, when the order line is completed again
    #5960
    metas-ts committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    e0b49f3 View commit details
    Browse the repository at this point in the history