[MIG] web_ir_actions_act_view_reload: Migration to 15.0

This commit is contained in:
Ryan Cole
2022-08-10 09:27:14 +12:00
parent 19a5d0f012
commit add728cfba
7 changed files with 43 additions and 60 deletions

View File

@@ -0,0 +1 @@
from . import ir_actions_act_view_reload

View File

@@ -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"