mirror of https://github.com/OCA/web.git
[IMP] web_ir_actions_act_view_reload: add missing model
parent
39493654eb
commit
171547ff8f
|
@ -0,0 +1 @@
|
|||
from . import models
|
|
@ -0,0 +1 @@
|
|||
from . import ir_actions_act_view_reload
|
|
@ -0,0 +1,7 @@
|
|||
from odoo import models
|
||||
|
||||
|
||||
class IrActionsActViewReload(models.Model):
|
||||
_name = "ir.actions.act_view_reload"
|
||||
_inherit = "ir.actions.actions"
|
||||
_description = "View Reload"
|
Loading…
Reference in New Issue