Skip to content

Commit

Permalink
Merge PR #756 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by sebalix
  • Loading branch information
OCA-git-bot committed Sep 26, 2023
2 parents 5aca29c + b1b3873 commit edf1b66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shopfloor/docs/checkout_diag_seq.plantuml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Diagram to generate with PlantUML (https://plantuml.com/)
#
# $ sudo apt install plantuml
# $ plantuml delivery_diag_seq.plantuml
# $ plantuml checkout_diag_seq.plantuml
#

@startuml
Expand Down Expand Up @@ -56,6 +56,9 @@ summary -> select_line: **/cancel_line**(picking_id, package_id=None, line_id=No

== /done ==
summary -> select_document: **/done(picking_id)**
summary -> select_child_location: **/done(picking_id)**

== /scan_dest_location ==
select_child_location -> select_document: **/scan_dest_location(picking_id, barcode)**

@enduml
Binary file modified shopfloor/docs/checkout_diag_seq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit edf1b66

Please sign in to comment.