[FIX] base_report_to_printer: A button method should be @api.multi

This commit is contained in:
Sylvain GARANCHER
2017-06-23 14:37:45 +02:00
committed by John Herholz
parent 025f40ffab
commit 7b9f0bcc26
26 changed files with 15456 additions and 326 deletions

View File

@@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import mock
from odoo.tests.common import TransactionCase
from odoo.tests.common import HttpCase
from odoo import exceptions
@@ -11,7 +11,7 @@ class StopTest(Exception):
pass
class TestReport(TransactionCase):
class TestReport(HttpCase):
def setUp(self):
super(TestReport, self).setUp()