mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_ir_actions_act_view_reload: Migration to 15.0
This commit is contained in:
1
web_ir_actions_act_view_reload/models/__init__.py
Normal file
1
web_ir_actions_act_view_reload/models/__init__.py
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user