mirror of https://github.com/OCA/web.git
22 lines
657 B
Python
22 lines
657 B
Python
# Copyright 2019 - TODAY Serpent Consulting Services Pvt. Ltd.
|
|
# Copyright 2023 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Web Field Tooltip",
|
|
"summary": """
|
|
Displays customizable tooltips for fields""",
|
|
"version": "13.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web",
|
|
"depends": ["web"],
|
|
"data": [
|
|
"security/res_groups.xml",
|
|
"security/ir_model_access.xml",
|
|
"views/ir_model_fields_tooltip.xml",
|
|
"views/res_users.xml",
|
|
"views/template.xml",
|
|
],
|
|
}
|