Skip to content

Commit 15156c8

Browse files
committed
[FIX] stock_picking_invoicing: Dropshipping Case.
1 parent 4d4625a commit 15156c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: stock_picking_invoicing/wizards/stock_invoice_onshipping.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
("outgoing", "internal", "customer"): "out_invoice",
1919
("incoming", "customer", "internal"): "out_refund",
2020
("incoming", "supplier", "internal"): "in_invoice",
21+
("incoming", "supplier", "customer"): "in_invoice",
2122
("outgoing", "internal", "supplier"): "in_refund",
2223
("incoming", "transit", "internal"): "in_invoice",
2324
("outgoing", "transit", "supplier"): "in_refund",

0 commit comments

Comments
 (0)