[IMP] web_widget_open_tab

This commit is contained in:
Aungkokolin1997
2023-07-26 12:10:56 +06:30
parent afdcf39e3a
commit 3db4e744fc
11 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Copyright 2023 Quartile Limited
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import fields, models
class IrModel(models.Model):
_inherit = "ir.model"
add_open_tab_field = fields.Boolean(help="Adds open-tab field in list views.")