3
0
Fork 0
web_techsystech/web_widget_open_tab/models/ir_model.py

11 lines
272 B
Python

# 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.")