Skip to content

Commit

Permalink
adj
Browse files Browse the repository at this point in the history
  • Loading branch information
AungKoKoLin1997 committed Oct 17, 2023
1 parent b1a3e94 commit 4326c45
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions inventory_reporting/reports/inventory_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,7 @@ def generate_storable_report(self, workbook, wizard):
def generate_consumable_report(self, workbook, wizard):
base_domain = self.get_base_domain(wizard)
base_consu_domain = expression.AND(
[
base_domain,
[
("product_id.detailed_type", "!=", "product"),
],
]
[base_domain, [("product_id.detailed_type", "!=", "product")]]
)

categories = [
Expand Down

0 comments on commit 4326c45

Please sign in to comment.