[10.0][FIX] bi_view_editor: bugfixing

This commit is contained in:
Andrea
2018-01-27 08:55:46 +01:00
parent d2318caff5
commit d445e8ebea
5 changed files with 59 additions and 39 deletions

View File

@@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo.tests.common import TransactionCase, at_install, post_install
from odoo.exceptions import Warning as UserError
from odoo.exceptions import UserError
class TestBiViewEditor(TransactionCase):