Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stock_cycle_count/tests/test_stock_cycle_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def test_zero_inventory_adjustment_accuracy(self):
sml = self.env["stock.move.line"].search(
[("location_id", "=", loc.id), ("product_id", "=", self.product1.id)]
)
# Check that line_accuracy is still 0
# Check that line_accuracy is still 0.
self.assertEqual(sml.line_accuracy, 0)

def test_auto_start_inventory_from_cycle_count(self):
Expand Down