Skip to content

Commit

Permalink
[FIX] l10n_nl_oin: make test compatible with l10n_nl_partner_name
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Jul 22, 2024
1 parent cf879f1 commit 8d2be30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions l10n_nl_oin/tests/test_l10n_nl_oin.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def setUp(self):
self.partner_oin = self.env["res.partner"].create(
{
"name": "Partner with OIN",
"is_company": True,
"company_id": self.env.company.id,
"country_id": self.env.ref("base.nl").id,
"company_type": "company",
Expand Down Expand Up @@ -42,6 +43,7 @@ def test_03_oin_another_partner(self):
new_partner_oin = self.env["res.partner"].create(
{
"name": "Partner with OIN - NEW",
"is_company": True,
"l10n_nl_oin": "12345678901234567890",
"company_id": self.env.company.id,
}
Expand Down

0 comments on commit 8d2be30

Please sign in to comment.