-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (22 loc) · 782 Bytes
/
__manifest__.py
File metadata and controls
23 lines (22 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2025 jaco.tech
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Web Iconify",
"version": "18.0.1.0.0",
"category": "Web",
"summary": "Provides core Iconify integration for Odoo. This module "
"integrates the Iconify SVG framework into Odoo, allowing developers "
"to easily use a wide variety of icons in their modules.",
"author": "jaco.tech, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"depends": ["web"],
"license": "AGPL-3",
"assets": {
"web.assets_backend": [
"/web_iconify/static/lib/iconify/iconify-icon.js",
"/web_iconify/static/src/css/web_iconify.css",
],
},
"installable": True,
"auto_install": False,
}