mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_widget_open_tab
This commit is contained in:
10
web_widget_open_tab/models/ir_model.py
Normal file
10
web_widget_open_tab/models/ir_model.py
Normal 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