[IMP] web_widget_open_tab

This commit is contained in:
Aungkokolin1997
2023-05-30 14:23:32 +06:30
parent 13e67d4dc3
commit 86a11d78b9
10 changed files with 82 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.")