Porting bi_view_editor to V10

This commit is contained in:
Andrea
2017-03-06 09:48:49 +01:00
parent 4dc279bde6
commit 879d3f6bfd
9 changed files with 401 additions and 362 deletions

View File

@@ -2,8 +2,8 @@
# Copyright 2017 Onestein (<http://www.onestein.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp.tests.common import TransactionCase, at_install, post_install
from openerp.exceptions import Warning as UserError
from odoo.tests.common import TransactionCase, at_install, post_install
from odoo.exceptions import Warning as UserError
class TestBiViewEditor(TransactionCase):