Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
gfcapalbo committed Nov 13, 2023
1 parent 9d381a0 commit ce5c991
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion l10n_nl_tax_statement/tests/test_l10n_nl_vat_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def _create_test_invoice(self):
values = {"ref": 12345}
self.assertEqual(line.write(values), True)


def test_01_onchange(self):
daterange_type = self.env["date.range.type"].create({"name": "Type 1"})
daterange = self.env["date.range"].create(
Expand Down

0 comments on commit ce5c991

Please sign in to comment.