Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhongu committed Mar 23, 2024
1 parent 136ba93 commit eb0916a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_ro_city/data/res_city.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<odoo>
<record id="RO_1026" model="res.city">
<field name="name">Alba Iulia</field>
<field name="country_id" ref="base.ro" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def test_onchange_vat_anaf(self):

mainpartner.vat = "4264242"
mainpartner.country_id = self.env.ref("base.ro")
mainpartner.zip = "031472"

self.assertEqual(mainpartner.name, "CUMPANA 1993 SRL")
self.assertEqual(mainpartner.street, "Str. Alexander Von Humboldt Nr. 10")
Expand Down

0 comments on commit eb0916a

Please sign in to comment.