mirror of
https://github.com/bringout/oca-ocb-test.git
synced 2026-04-23 20:42:04 +02:00
19.0 vanilla
This commit is contained in:
parent
38c6088dcc
commit
d9452d2060
243 changed files with 30797 additions and 10815 deletions
|
|
@ -31,7 +31,7 @@ class TestIsMultiLang(odoo.tests.HttpCase):
|
|||
it = self.env.ref('base.lang_it').sudo()
|
||||
en = self.env.ref('base.lang_en').sudo()
|
||||
be = self.env.ref('base.lang_fr_BE').sudo()
|
||||
country1 = self.env['res.country'].create({'name': "My Super Country"})
|
||||
country1 = self.env['res.country'].create({'name': "My Super Country", 'code': 'ZV'})
|
||||
|
||||
it.active = True
|
||||
be.active = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue