mirror of https://github.com/OCA/web.git
commit
f2215384c5
|
@ -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