Skip to content

Commit

Permalink
Merge PR #300 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 22, 2023
2 parents 30d9e5e + 1744bc8 commit 54411cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,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.assertEqual(tbody.count(f"<span>{self.sale.name}</span>"), 1)
self.assertEqual(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 54411cb

Please sign in to comment.