mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_ir_actions_act_view_reload: Change IrActionsActViewReload to AbstractModel
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from odoo import models
|
||||
|
||||
|
||||
class IrActionsActViewReload(models.Model):
|
||||
class IrActionsActViewReload(models.AbstractModel):
|
||||
_name = "ir.actions.act_view_reload"
|
||||
_inherit = "ir.actions.actions"
|
||||
_description = "View Reload"
|
||||
|
||||
def _get_readable_fields(self):
|
||||
return self.env["ir.actions.actions"]._get_readable_fields()
|
||||
|
||||
Reference in New Issue
Block a user