rename module ir_report to ir_actions_report_xml

pull/445/head
Laurent Mignon 2016-10-06 09:56:18 +02:00 committed by Elmeri Niemelä
parent 6201dc9e73
commit 8c279cadcf
3 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1,3 @@
from . import ir_report
from . import ir_actions_report_xml
from . import py3o_template
from . import py3o_server

View File

@ -9,8 +9,6 @@ from openerp.tests.common import TransactionCase
import openerp.tests
@openerp.tests.common.at_install(False)
@openerp.tests.common.post_install(True)
class TestReportPy3o(TransactionCase):
def test_reports(self):