Skip to content

Commit c124043

Browse files
committed
[FIX] stock_picking_invoicing: Dropshipping Case.
1 parent f328c90 commit c124043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stock_picking_invoicing/wizards/stock_invoice_onshipping.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
("incoming", "customer", "internal"): "out_refund",
2020
("incoming", "customer", "customer"): "out_refund",
2121
("incoming", "supplier", "internal"): "in_invoice",
22+
("incoming", "supplier", "customer"): "in_invoice",
2223
("outgoing", "internal", "supplier"): "in_refund",
2324
("outgoing", "internal", "internal"): "in_refund",
2425
("incoming", "transit", "internal"): "in_invoice",

0 commit comments

Comments
 (0)