[14.0][MIG] bi_view_editor

This commit is contained in:
Andrea
2020-10-20 09:07:29 +02:00
parent fd47f75e72
commit 9e215198d9
6 changed files with 17 additions and 29 deletions

View File

@@ -354,7 +354,7 @@ class TestBiViewEditor(TransactionCase):
uninstall_hook(self.cr, self.env)
def test_18_action_translations(self):
self.env["res.lang"].load_lang("it_IT")
self.env["res.lang"]._activate_lang("it_IT")
vals = self.bi_view1_vals
vals.update({"name": "Test View1"})
bi_view1 = self.env["bve.view"].create(vals)