Skip to content

Commit

Permalink
Merge PR #329 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jul 16, 2024
2 parents e8fef5c + d56bf77 commit 4720273
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ def test_account_invoice_group_picking(self):
0
].decode()
# information about sales is printed
self.assertEqual(tbody.count(self.sale.name), 1)
self.assertEqual(tbody.count(self.sale2.name), 1)
self.assertGreaterEqual(tbody.count(f"<span>{self.sale.name}</span>"), 1)
self.assertGreaterEqual(tbody.count(f"<span>{self.sale2.name}</span>"), 1)
# information about pickings is printed
self.assertTrue(self.sale.invoice_ids.picking_ids[:1].name in tbody)
self.assertTrue(self.sale2.invoice_ids.picking_ids[:1].name in tbody)
Expand Down

0 comments on commit 4720273

Please sign in to comment.