Skip to content

Commit

Permalink
[FIX] stock_picking_invoicing: Dropshipping Case.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcosta committed Oct 26, 2024
1 parent f2919bc commit 4854c3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
("outgoing", "internal", "customer"): "out_invoice",
("incoming", "customer", "internal"): "out_refund",
("incoming", "supplier", "internal"): "in_invoice",
("incoming", "supplier", "customer"): "in_invoice",
("outgoing", "internal", "supplier"): "in_refund",
("incoming", "transit", "internal"): "in_invoice",
("outgoing", "transit", "supplier"): "in_refund",
Expand Down

0 comments on commit 4854c3f

Please sign in to comment.