Skip to content

Commit

Permalink
[MIG] stock_inventory_discrepancy: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinafernandez-tecnativa committed Sep 18, 2023
1 parent 2191fa6 commit a7c3c8d
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions stock_inventory_discrepancy/tests/test_inventory_discrepancy.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,35 +90,6 @@ def setUp(self):
}
)

# starting_inv = self.obj_inventory.create(
# {
# "name": "Starting inventory",
# "line_ids": [
# (
# 0,
# 0,
# {
# "product_id": self.product1.id,
# "product_uom_id": self.env.ref("uom.product_uom_unit").id,
# "product_qty": 2.0,
# "location_id": self.test_loc.id,
# },
# ),
# (
# 0,
# 0,
# {
# "product_id": self.product2.id,
# "product_uom_id": self.env.ref("uom.product_uom_unit").id,
# "product_qty": 4.0,
# "location_id": self.test_loc.id,
# },
# ),
# ],
# }
# )
# starting_inv.action_force_done()

def test_discrepancy_validation(self):
"""Tests the new workflow"""
# quant_line1 is over discrepancy but quant_line2 is not
Expand Down

0 comments on commit a7c3c8d

Please sign in to comment.