mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[14.0][MIG]report_wkhtmltopdf_param
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
|
||||
import odoo.tests
|
||||
from odoo.exceptions import ValidationError
|
||||
from odoo.tests.common import tagged
|
||||
|
||||
|
||||
@odoo.tests.common.at_install(False)
|
||||
@odoo.tests.common.post_install(True)
|
||||
@tagged("post_install", "-at_install")
|
||||
class TestWkhtmltopdf(odoo.tests.TransactionCase):
|
||||
def test_wkhtmltopdf_incorrect_parameter(self):
|
||||
for report_paperformat in self.env["report.paperformat"].search([]):
|
||||
|
||||
Reference in New Issue
Block a user