Skip to content

Commit

Permalink
[FIX] payroll: error testing report printing
Browse files Browse the repository at this point in the history
  • Loading branch information
dreispt committed Jan 27, 2025
1 parent 4713886 commit d97db74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions payroll/tests/test_payslip_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit d97db74

Please sign in to comment.