Skip to content

Commit

Permalink
[4048][IMP] inventory_reporting: remove filtering return transfer of …
Browse files Browse the repository at this point in the history
…delivery (#62)
  • Loading branch information
rinaldifirdaus authored Nov 30, 2023
1 parent 753ad7f commit fbb6cb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inventory_reporting/reports/inventory_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def generate_storable_report(self, workbook, wizard):
"name": _("Delivery"),
"filter": [
("stock_move_id.picking_type_id.code", "=", "internal"),
("stock_move_id.origin_returned_move_id", "=", False),
],
},
{
Expand Down

0 comments on commit fbb6cb7

Please sign in to comment.