mirror of https://github.com/OCA/web.git
25 lines
617 B
Python
25 lines
617 B
Python
# Copyright 2024 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Web Hierarchy List",
|
|
"summary": """
|
|
This modules adds the hierarchy list view, which consist of a list view
|
|
and a breadcrumb.
|
|
""",
|
|
"version": "18.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web",
|
|
"depends": [
|
|
"web",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"web_hierarchy_list/static/src/**/*",
|
|
],
|
|
},
|
|
"data": [],
|
|
"demo": [],
|
|
}
|