mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_label: black, isort, prettier
This commit is contained in:
@@ -10,5 +10,6 @@ class IrActionsReport(models.Model):
|
||||
res = super().get_paperformat()
|
||||
if self.env.context.get("paperformat_id"):
|
||||
res = self.env["report.paperformat"].browse(
|
||||
self.env.context.get("paperformat_id"))
|
||||
self.env.context.get("paperformat_id")
|
||||
)
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user