Tower: upload at_accounting 18.0.1.7 (via marketplace)
This commit is contained in:
11
addons/at_accounting/models/ir_actions.py
Normal file
11
addons/at_accounting/models/ir_actions.py
Normal 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'}
|
||||
Reference in New Issue
Block a user