Skip to content

Commit

Permalink
[4303][FIX] inventory_reporting (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanda999 authored Feb 19, 2024
1 parent 3b7d0c1 commit 5663b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inventory_reporting/reports/inventory_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def generate_storable_report(self, workbook, wizard):
("stock_move_id.location_id.usage", "=", "production"),
("stock_move_id.picking_code", "in", ("internal", "outgoing")),
("stock_move_id.unbuild_id", "=", False),
("stock_move_id.origin_returned_move_id", "=", False),
],
},
{
Expand Down

0 comments on commit 5663b54

Please sign in to comment.