From d97db7407bfac8949229db323e7444e5aa852600 Mon Sep 17 00:00:00 2001 From: Daniel Reis Date: Mon, 27 Jan 2025 10:33:22 +0000 Subject: [PATCH] [FIX] payroll: error testing report printing --- payroll/tests/test_payslip_flow.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/payroll/tests/test_payslip_flow.py b/payroll/tests/test_payslip_flow.py index 02738d11..ce5a8783 100644 --- a/payroll/tests/test_payslip_flow.py +++ b/payroll/tests/test_payslip_flow.py @@ -161,6 +161,7 @@ def test_00_payslip_flow(self): context = { "model": "hr.contribution.register", "active_ids": [self.register_hra.id], + "discard_logo_check": True, } test_reports.try_report_action( self.env.cr, @@ -169,6 +170,7 @@ def test_00_payslip_flow(self): context=context, our_module="payroll", ) + # FIXME: try_report_action is not used anymore in the Odoo codebase def test_contract_qty(self): # I set the test rule to detect contract count