Skip to content
Snippets Groups Projects

Draft: Port to Odoo 16.

Closed Etienne Ferriere requested to merge topic/13.0/MO16-236 into branch/13.0
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -125,7 +125,7 @@
# Pay the rest.
self._payInvoice(invoice, TAX_INCLUSIVE_AMOUNT - 2.0 - 4.0)
invoice.invalidate_model()
self.assertEqual(invoice.paid_amount, TAX_INCLUSIVE_AMOUNT)
self.assertAlmostEqual(invoice.paid_amount, TAX_INCLUSIVE_AMOUNT, places=2)
self.assertEqual(invoice.payment_state, "paid")
def _consult_account(self, account, **kwargs):
Loading