Skip to content

Commit

Permalink
Merge PR OCA#4056 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by tafaRU
  • Loading branch information
OCA-git-bot committed Apr 4, 2024
2 parents 366c25b + fd104c0 commit a196ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_fatturapa_out/wizard/wizard_export_fatturapa.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _domain_ir_values(self):
]

def _get_selection(self):
reports = self.env["ir.actions.actions"].sudo().search(self._domain_ir_values())
reports = self.env["ir.actions.report"].sudo().search(self._domain_ir_values())
ret = [(str(r.id), r.name) for r in reports]
return ret

Expand Down

0 comments on commit a196ccb

Please sign in to comment.