rename module ir_report to ir_actions_report_xml

pull/347/head
Laurent Mignon 2016-10-06 09:56:18 +02:00 committed by Laurent Mignon (ACSONE)
parent fd36ac120b
commit 5017b759fa
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_template
from . import py3o_server from . import py3o_server

View File

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