[14.0][MIG]report_wkhtmltopdf_param

This commit is contained in:
Foram
2021-01-08 12:59:31 +05:30
committed by Maksym Yankin
parent 8ecdb3bc7e
commit 354e42d5b1
5 changed files with 11 additions and 5 deletions

View File

@@ -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([]):