Tower: upload at_accounting 18.0.1.7 (via marketplace)

This commit is contained in:
2026-04-28 07:35:24 +00:00
parent 3fd4eb215e
commit bb42154f35

View File

@@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
from odoo import models
class IrActionsAccountReportDownload(models.AbstractModel):
_name = 'ir_actions_account_report_download'
_description = 'Technical model for accounting report downloads'
def _get_readable_fields(self):
return self.env['ir.actions.actions']._get_readable_fields() | {'data'}