Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
10
web_widget_open_tab/models/ir_model.py
Executable file
10
web_widget_open_tab/models/ir_model.py
Executable 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.")
|
||||
Reference in New Issue
Block a user