Merge PR #2414 into 14.0

Signed-off-by etobella
pull/2415/head
OCA-git-bot 2023-02-21 10:42:45 +00:00
commit f2215384c5
3 changed files with 9 additions and 0 deletions

View File

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

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"